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