pub enum WFFRPRR {
RESET,
_Reserved(bool),
}
Expand description
Possible values of the field WFFRPR
Variants§
RESET
Reset wakeup frame filter register point to 0b000. Automatically cleared
_Reserved(bool)
Reserved
Implementations§
Trait Implementations§
impl Copy for WFFRPRR
impl StructuralPartialEq for WFFRPRR
Auto Trait Implementations§
impl Freeze for WFFRPRR
impl RefUnwindSafe for WFFRPRR
impl Send for WFFRPRR
impl Sync for WFFRPRR
impl Unpin for WFFRPRR
impl UnwindSafe for WFFRPRR
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