#[repr(u8)]pub enum Nrvf {
NO_ERVLAN = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NO_ERVLAN = 0
No Extended Rx VLAN Filters
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_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