pub enum GUW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field GU
Variants§
DISABLED
Normal operation
ENABLED
Any unicast packet filtered by the MAC address recognition may be a wakeup frame
Auto Trait Implementations§
impl Freeze for GUW
impl RefUnwindSafe for GUW
impl Send for GUW
impl Sync for GUW
impl Unpin for GUW
impl UnwindSafe for GUW
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