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