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