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