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