pub enum PCFW {
PREVENTALL,
FORWARDALLEXCEPTPAUSE,
FORWARDALL,
FORWARDALLFILTERED,
}
Expand description
Values that can be written to the field PCF
Variants§
PREVENTALL
MAC prevents all control frames from reaching the application
FORWARDALLEXCEPTPAUSE
MAC forwards all control frames to application except Pause
FORWARDALL
MAC forwards all control frames to application even if they fail the address filter
FORWARDALLFILTERED
MAC forwards control frames that pass the address filter
Auto Trait Implementations§
impl Freeze for PCFW
impl RefUnwindSafe for PCFW
impl Send for PCFW
impl Sync for PCFW
impl Unpin for PCFW
impl UnwindSafe for PCFW
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