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