pub enum PDW {
ENABLED,
}
Expand description
Values that can be written to the field PD
Variants§
ENABLED
All received frames will be dropped. Cleared automatically when a magic packet or wakeup frame is received
Auto Trait Implementations§
impl Freeze for PDW
impl RefUnwindSafe for PDW
impl Send for PDW
impl Sync for PDW
impl Unpin for PDW
impl UnwindSafe for PDW
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