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