#[repr(u8)]pub enum Wkupintmsk {
MASK = 0,
NOMASK = 1,
}Variants§
MASK = 0
Resume or Remote Wakeup Detected Interrupt Mask
NOMASK = 1
Unmask Resume Remote Wakeup Detected Interrupt
Implementations§
Source§impl Wkupintmsk
impl Wkupintmsk
Trait Implementations§
Source§impl Clone for Wkupintmsk
impl Clone for Wkupintmsk
Source§fn clone(&self) -> Wkupintmsk
fn clone(&self) -> Wkupintmsk
Returns a copy 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 Wkupintmsk
impl Debug for Wkupintmsk
Source§impl From<Wkupintmsk> for u8
impl From<Wkupintmsk> for u8
Source§fn from(val: Wkupintmsk) -> u8
fn from(val: Wkupintmsk) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Wkupintmsk
impl From<u8> for Wkupintmsk
Source§fn from(val: u8) -> Wkupintmsk
fn from(val: u8) -> Wkupintmsk
Converts to this type from the input type.
Source§impl Ord for Wkupintmsk
impl Ord for Wkupintmsk
Source§fn cmp(&self, other: &Wkupintmsk) -> Ordering
fn cmp(&self, other: &Wkupintmsk) -> 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 Wkupintmsk
impl PartialEq for Wkupintmsk
Source§impl PartialOrd for Wkupintmsk
impl PartialOrd for Wkupintmsk
impl Copy for Wkupintmsk
impl Eq for Wkupintmsk
impl StructuralPartialEq for Wkupintmsk
Auto Trait Implementations§
impl Freeze for Wkupintmsk
impl RefUnwindSafe for Wkupintmsk
impl Send for Wkupintmsk
impl Sync for Wkupintmsk
impl Unpin for Wkupintmsk
impl UnwindSafe for Wkupintmsk
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)