#[repr(u8)]pub enum BurstReq {
GEN_NO = 0,
GEN_YES = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for BurstReq
impl Ord for BurstReq
Source§impl PartialOrd for BurstReq
impl PartialOrd for BurstReq
impl Copy for BurstReq
impl Eq for BurstReq
impl StructuralPartialEq for BurstReq
Auto Trait Implementations§
impl Freeze for BurstReq
impl RefUnwindSafe for BurstReq
impl Send for BurstReq
impl Sync for BurstReq
impl Unpin for BurstReq
impl UnwindSafe for BurstReq
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more