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