#[repr(u8)]pub enum Wm {
MORE_THAN_WLEVEL = 0,
LESS_THAN_WLEVEL = 1,
}Variants§
MORE_THAN_WLEVEL = 0
Data in FIFO is more than watermark level
LESS_THAN_WLEVEL = 1
Data in FIFO is less than or equal to watermark level
Implementations§
Trait Implementations§
Source§impl Ord for Wm
impl Ord for Wm
Source§impl PartialOrd for Wm
impl PartialOrd for Wm
impl Copy for Wm
impl Eq for Wm
impl StructuralPartialEq for Wm
Auto Trait Implementations§
impl Freeze for Wm
impl RefUnwindSafe for Wm
impl Send for Wm
impl Sync for Wm
impl Unpin for Wm
impl UnwindSafe for Wm
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