Enum Eiwul
#[repr(u8)]pub enum Eiwul {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Internal wakeup line interrupt to CPU disabled
ENABLED = 1
Internal wakeup line interrupt to CPU enabled
Implementations§
Trait Implementations§
§impl Ord for Eiwul
impl Ord for Eiwul
§impl PartialOrd for Eiwul
impl PartialOrd for Eiwul
impl Copy for Eiwul
impl Eq for Eiwul
impl StructuralPartialEq for Eiwul
Auto Trait Implementations§
impl Freeze for Eiwul
impl RefUnwindSafe for Eiwul
impl Send for Eiwul
impl Sync for Eiwul
impl Unpin for Eiwul
impl UnwindSafe for Eiwul
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