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