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