#[repr(u8)]pub enum Flushfb {
NO_ACTION = 0,
FLUSH = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Flushfb
impl Ord for Flushfb
Source§impl PartialOrd for Flushfb
impl PartialOrd for Flushfb
impl Copy for Flushfb
impl Eq for Flushfb
impl StructuralPartialEq for Flushfb
Auto Trait Implementations§
impl Freeze for Flushfb
impl RefUnwindSafe for Flushfb
impl Send for Flushfb
impl Sync for Flushfb
impl Unpin for Flushfb
impl UnwindSafe for Flushfb
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