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