#[repr(u8)]pub enum Wakmsk {
WAKEUP_INTERRUPT_DISABLED = 0,
WAKEUP_INTERRUPT_ENABLED = 1,
}Variants§
WAKEUP_INTERRUPT_DISABLED = 0
Wake Up interrupt is disabled.
WAKEUP_INTERRUPT_ENABLED = 1
Wake Up interrupt is enabled.
Implementations§
Trait Implementations§
Source§impl Ord for Wakmsk
impl Ord for Wakmsk
Source§impl PartialOrd for Wakmsk
impl PartialOrd for Wakmsk
impl Copy for Wakmsk
impl Eq for Wakmsk
impl StructuralPartialEq for Wakmsk
Auto Trait Implementations§
impl Freeze for Wakmsk
impl RefUnwindSafe for Wakmsk
impl Send for Wakmsk
impl Sync for Wakmsk
impl Unpin for Wakmsk
impl UnwindSafe for Wakmsk
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