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