#[repr(u8)]pub enum Fand {
OR = 0,
AND = 1,
}Variants§
OR = 0
Selected FIFO watermarks are OR’ed together.
AND = 1
Selected FIFO watermarks are AND’ed together.
Implementations§
Trait Implementations§
Source§impl Ord for Fand
impl Ord for Fand
Source§impl PartialOrd for Fand
impl PartialOrd for Fand
impl Copy for Fand
impl Eq for Fand
impl StructuralPartialEq for Fand
Auto Trait Implementations§
impl Freeze for Fand
impl RefUnwindSafe for Fand
impl Send for Fand
impl Sync for Fand
impl Unpin for Fand
impl UnwindSafe for Fand
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