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