#[repr(u8)]pub enum Fofie {
FOFIE_0 = 0,
FOFIE_1 = 1,
}Variants§
FOFIE_0 = 0
FIFO overflow interrupts are not enabled.
FOFIE_1 = 1
FIFO overflow interrupts are enabled.
Implementations§
Trait Implementations§
Source§impl Ord for Fofie
impl Ord for Fofie
Source§impl PartialOrd for Fofie
impl PartialOrd for Fofie
impl Copy for Fofie
impl Eq for Fofie
impl StructuralPartialEq for Fofie
Auto Trait Implementations§
impl Freeze for Fofie
impl RefUnwindSafe for Fofie
impl Send for Fofie
impl Sync for Fofie
impl Unpin for Fofie
impl UnwindSafe for Fofie
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