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