Enum Gu
#[repr(u8)]pub enum Gu {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Normal operation
ENABLED = 1
Any unicast packet filtered by the MAC address recognition may be a wakeup frame
Implementations§
Trait Implementations§
§impl Ord for Gu
impl Ord for Gu
§impl PartialOrd for Gu
impl PartialOrd for Gu
impl Copy for Gu
impl Eq for Gu
impl StructuralPartialEq for Gu
Auto Trait Implementations§
impl Freeze for Gu
impl RefUnwindSafe for Gu
impl Send for Gu
impl Sync for Gu
impl Unpin for Gu
impl UnwindSafe for Gu
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