#[repr(u8)]pub enum Nrvf {
NO_ERVLAN = 0,
M_4_ERVLAN = 1,
M_8_ERVLAN = 2,
M_16_ERVLAN = 3,
M_24_ERVLAN = 4,
M_32_ERVLAN = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NO_ERVLAN = 0
No Extended Rx VLAN Filters
M_4_ERVLAN = 1
4 Extended Rx VLAN Filters
M_8_ERVLAN = 2
8 Extended Rx VLAN Filters
M_16_ERVLAN = 3
16 Extended Rx VLAN Filters
M_24_ERVLAN = 4
24 Extended Rx VLAN Filters
M_32_ERVLAN = 5
32 Extended Rx VLAN Filters
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Nrvf
impl Ord for Nrvf
Source§impl PartialOrd for Nrvf
impl PartialOrd for Nrvf
impl Copy for Nrvf
impl Eq for Nrvf
impl StructuralPartialEq for Nrvf
Auto Trait Implementations§
impl Freeze for Nrvf
impl RefUnwindSafe for Nrvf
impl Send for Nrvf
impl Sync for Nrvf
impl Unpin for Nrvf
impl UnwindSafe for Nrvf
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