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