#[repr(u8)]pub enum Fifoen {
DISABLES = 0,
ENABLES = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Fifoen
impl Ord for Fifoen
Source§impl PartialOrd for Fifoen
impl PartialOrd for Fifoen
impl Copy for Fifoen
impl Eq for Fifoen
impl StructuralPartialEq for Fifoen
Auto Trait Implementations§
impl Freeze for Fifoen
impl RefUnwindSafe for Fifoen
impl Send for Fifoen
impl Sync for Fifoen
impl Unpin for Fifoen
impl UnwindSafe for Fifoen
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