pub enum WAKEW {
IDLE,
ADDRESS,
}Expand description
Values that can be written to the field WAKE
Variants§
Auto Trait Implementations§
impl Freeze for WAKEW
impl RefUnwindSafe for WAKEW
impl Send for WAKEW
impl Sync for WAKEW
impl Unpin for WAKEW
impl UnwindSafe for WAKEW
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