#[repr(u8)]pub enum MdatactrlFlushfb {
NO_ACTION = 0,
FLUSH = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MdatactrlFlushfb
impl Clone for MdatactrlFlushfb
Source§fn clone(&self) -> MdatactrlFlushfb
fn clone(&self) -> MdatactrlFlushfb
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 MdatactrlFlushfb
impl Debug for MdatactrlFlushfb
Source§impl From<MdatactrlFlushfb> for u8
impl From<MdatactrlFlushfb> for u8
Source§fn from(val: MdatactrlFlushfb) -> u8
fn from(val: MdatactrlFlushfb) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MdatactrlFlushfb
impl From<u8> for MdatactrlFlushfb
Source§fn from(val: u8) -> MdatactrlFlushfb
fn from(val: u8) -> MdatactrlFlushfb
Converts to this type from the input type.
Source§impl Ord for MdatactrlFlushfb
impl Ord for MdatactrlFlushfb
Source§fn cmp(&self, other: &MdatactrlFlushfb) -> Ordering
fn cmp(&self, other: &MdatactrlFlushfb) -> 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 MdatactrlFlushfb
impl PartialEq for MdatactrlFlushfb
Source§impl PartialOrd for MdatactrlFlushfb
impl PartialOrd for MdatactrlFlushfb
impl Copy for MdatactrlFlushfb
impl Eq for MdatactrlFlushfb
impl StructuralPartialEq for MdatactrlFlushfb
Auto Trait Implementations§
impl Freeze for MdatactrlFlushfb
impl RefUnwindSafe for MdatactrlFlushfb
impl Send for MdatactrlFlushfb
impl Sync for MdatactrlFlushfb
impl Unpin for MdatactrlFlushfb
impl UnwindSafe for MdatactrlFlushfb
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