pub enum WAKE {
Idle = 0,
Address = 1,
}
Expand description
Receiver wakeup method
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WAKE
impl Eq for WAKE
impl StructuralPartialEq for WAKE
Auto Trait Implementations§
impl Freeze for WAKE
impl RefUnwindSafe for WAKE
impl Send for WAKE
impl Sync for WAKE
impl Unpin for WAKE
impl UnwindSafe for WAKE
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