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