#[repr(u8)]pub enum PCF_A {
PreventAll,
ForwardAllExceptPause,
ForwardAll,
ForwardAllFiltered,
}
Expand description
Pass control frames
Value on reset: 0
Variants§
PreventAll
0: MAC prevents all control frames from reaching the application
ForwardAllExceptPause
1: MAC forwards all control frames to application except Pause
ForwardAll
2: MAC forwards all control frames to application even if they fail the address filter
ForwardAllFiltered
3: MAC forwards control frames that pass the address filter
Trait Implementations§
source§impl PartialEq<PCF_A> for PCF_A
impl PartialEq<PCF_A> for PCF_A
impl Copy for PCF_A
impl StructuralPartialEq for PCF_A
Auto Trait Implementations§
impl RefUnwindSafe for PCF_A
impl Send for PCF_A
impl Sync for PCF_A
impl Unpin for PCF_A
impl UnwindSafe for PCF_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