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