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