pub enum WFEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field WFE
Variants§
DISABLED
No power management event generated due to wakeup frame reception
ENABLED
Enable generation of a power management event due to wakeup frame reception
Auto Trait Implementations§
impl Freeze for WFEW
impl RefUnwindSafe for WFEW
impl Send for WFEW
impl Sync for WFEW
impl Unpin for WFEW
impl UnwindSafe for WFEW
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