#[repr(u8)]pub enum Magicen {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Magic detection logic disabled.
ONE = 1
The MAC core detects magic packets and asserts EIR[WAKEUP] when a frame is detected.
Implementations§
Trait Implementations§
Source§impl Ord for Magicen
impl Ord for Magicen
Source§impl PartialOrd for Magicen
impl PartialOrd for Magicen
impl Copy for Magicen
impl Eq for Magicen
impl StructuralPartialEq for Magicen
Auto Trait Implementations§
impl Freeze for Magicen
impl RefUnwindSafe for Magicen
impl Send for Magicen
impl Sync for Magicen
impl Unpin for Magicen
impl UnwindSafe for Magicen
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