pub enum WKUPW {
Clear = 0,
}
Expand description
Wakeup
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for WKUPW
impl Eq for WKUPW
impl StructuralPartialEq for WKUPW
Auto Trait Implementations§
impl Freeze for WKUPW
impl RefUnwindSafe for WKUPW
impl Send for WKUPW
impl Sync for WKUPW
impl Unpin for WKUPW
impl UnwindSafe for WKUPW
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