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