Enum Wtof
pub enum Wtof {
_0 = 0,
_1 = 1,
}Expand description
Wake Up by Timeout Flag Bit
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Wtof
impl Eq for Wtof
impl StructuralPartialEq for Wtof
Auto Trait Implementations§
impl Freeze for Wtof
impl RefUnwindSafe for Wtof
impl Send for Wtof
impl Sync for Wtof
impl Unpin for Wtof
impl UnwindSafe for Wtof
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