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