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