Struct Pcf
#[repr(transparent)]pub struct Pcf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pcf
impl Pcf
pub const PREVENTALL: Self
pub const PREVENTALL: Self
MAC prevents all control frames from reaching the application
pub const FORWARDALLEXCEPTPAUSE: Self
pub const FORWARDALLEXCEPTPAUSE: Self
MAC forwards all control frames to application except Pause
pub const FORWARDALL: Self
pub const FORWARDALL: Self
MAC forwards all control frames to application even if they fail the address filter
pub const FORWARDALLFILTERED: Self
pub const FORWARDALLFILTERED: Self
MAC forwards control frames that pass the address filter
Trait Implementations§
§impl Ord for Pcf
impl Ord for Pcf
§impl PartialOrd for Pcf
impl PartialOrd for Pcf
impl Copy for Pcf
impl Eq for Pcf
impl StructuralPartialEq for Pcf
Auto Trait Implementations§
impl Freeze for Pcf
impl RefUnwindSafe for Pcf
impl Send for Pcf
impl Sync for Pcf
impl Unpin for Pcf
impl UnwindSafe for Pcf
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