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