#[repr(u8)]pub enum Extfifo {
_RESERVED_0 = 0,
STD_EXT_FIFO = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
_RESERVED_0 = 0
STD_EXT_FIFO = 1
STD_EXT_FIFO: standard available/free external FIFO
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Extfifo
impl Ord for Extfifo
Source§impl PartialOrd for Extfifo
impl PartialOrd for Extfifo
impl Copy for Extfifo
impl Eq for Extfifo
impl StructuralPartialEq for Extfifo
Auto Trait Implementations§
impl Freeze for Extfifo
impl RefUnwindSafe for Extfifo
impl Send for Extfifo
impl Sync for Extfifo
impl Unpin for Extfifo
impl UnwindSafe for Extfifo
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