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