#[repr(u8)]pub enum DatinFlush {
NO_EFFECT = 0,
FLUSH = 1,
}Variants§
Implementations§
Source§impl DatinFlush
impl DatinFlush
Trait Implementations§
Source§impl Clone for DatinFlush
impl Clone for DatinFlush
Source§fn clone(&self) -> DatinFlush
fn clone(&self) -> DatinFlush
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DatinFlush
impl Debug for DatinFlush
Source§impl From<DatinFlush> for u8
impl From<DatinFlush> for u8
Source§fn from(val: DatinFlush) -> u8
fn from(val: DatinFlush) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DatinFlush
impl From<u8> for DatinFlush
Source§fn from(val: u8) -> DatinFlush
fn from(val: u8) -> DatinFlush
Converts to this type from the input type.
Source§impl Ord for DatinFlush
impl Ord for DatinFlush
Source§fn cmp(&self, other: &DatinFlush) -> Ordering
fn cmp(&self, other: &DatinFlush) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DatinFlush
impl PartialEq for DatinFlush
Source§impl PartialOrd for DatinFlush
impl PartialOrd for DatinFlush
impl Copy for DatinFlush
impl Eq for DatinFlush
impl StructuralPartialEq for DatinFlush
Auto Trait Implementations§
impl Freeze for DatinFlush
impl RefUnwindSafe for DatinFlush
impl Send for DatinFlush
impl Sync for DatinFlush
impl Unpin for DatinFlush
impl UnwindSafe for DatinFlush
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