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