pub enum WakeEvent {
LowLevel = 4,
HighLevel = 5,
}Expand description
Event used to wake up from light sleep.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WakeEvent
impl RefUnwindSafe for WakeEvent
impl Send for WakeEvent
impl Sync for WakeEvent
impl Unpin for WakeEvent
impl UnwindSafe for WakeEvent
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