Enum Wufi
#[repr(u8)]pub enum Wufi {
CLEAR = 0,
WAKEUP = 1,
}
Variants§
CLEAR = 0
All internal wakeup sources are cleared
WAKEUP = 1
wakeup is detected on the internal wakeup line
Implementations§
Trait Implementations§
§impl Ord for Wufi
impl Ord for Wufi
§impl PartialOrd for Wufi
impl PartialOrd for Wufi
impl Copy for Wufi
impl Eq for Wufi
impl StructuralPartialEq for Wufi
Auto Trait Implementations§
impl Freeze for Wufi
impl RefUnwindSafe for Wufi
impl Send for Wufi
impl Sync for Wufi
impl Unpin for Wufi
impl UnwindSafe for Wufi
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