#[repr(u8)]pub enum Cfen {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
MAC control frames with any opcode other than 0x0001 (pause frame) are accepted and forwarded to the client interface.
ONE = 1
MAC control frames with any opcode other than 0x0001 (pause frame) are silently discarded.
Implementations§
Trait Implementations§
Source§impl Ord for Cfen
impl Ord for Cfen
Source§impl PartialOrd for Cfen
impl PartialOrd for Cfen
impl Copy for Cfen
impl Eq for Cfen
impl StructuralPartialEq for Cfen
Auto Trait Implementations§
impl Freeze for Cfen
impl RefUnwindSafe for Cfen
impl Send for Cfen
impl Sync for Cfen
impl Unpin for Cfen
impl UnwindSafe for Cfen
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