Enum Wfe
#[repr(u8)]pub enum Wfe {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
No power management event generated due to wakeup frame reception
ENABLED = 1
Enable generation of a power management event due to wakeup frame reception
Implementations§
Trait Implementations§
§impl Ord for Wfe
impl Ord for Wfe
§impl PartialOrd for Wfe
impl PartialOrd for Wfe
impl Copy for Wfe
impl Eq for Wfe
impl StructuralPartialEq for Wfe
Auto Trait Implementations§
impl Freeze for Wfe
impl RefUnwindSafe for Wfe
impl Send for Wfe
impl Sync for Wfe
impl Unpin for Wfe
impl UnwindSafe for Wfe
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