pub enum GU_A {
Disabled = 0,
Enabled = 1,
}
Expand description
Global unicast
Value on reset: 0
Variants§
Disabled = 0
0: Normal operation
Enabled = 1
1: Any unicast packet filtered by the MAC address recognition may be a wakeup frame
Trait Implementations§
impl Copy for GU_A
impl StructuralPartialEq for GU_A
Auto Trait Implementations§
impl Freeze for GU_A
impl RefUnwindSafe for GU_A
impl Send for GU_A
impl Sync for GU_A
impl Unpin for GU_A
impl UnwindSafe for GU_A
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