#[repr(u16)]pub enum Vf {
Show 15 variants
Unspec = 0,
Mac = 1,
Vlan = 2,
TxRate = 3,
Spoofchk = 4,
LinkState = 5,
Rate = 6,
RssQueryEn = 7,
Stats = 8,
Trust = 9,
IbNodeGuid = 10,
IbPortGuid = 11,
VlanList = 12,
Broadcast = 13,
_MAX = 14,
}
Variants§
Unspec = 0
Mac = 1
Vlan = 2
TxRate = 3
Spoofchk = 4
LinkState = 5
Rate = 6
RssQueryEn = 7
Stats = 8
Trust = 9
IbNodeGuid = 10
IbPortGuid = 11
VlanList = 12
Broadcast = 13
_MAX = 14
Trait Implementations§
impl Copy for Vf
impl Eq for Vf
impl StructuralPartialEq for Vf
Auto Trait Implementations§
impl Freeze for Vf
impl RefUnwindSafe for Vf
impl Send for Vf
impl Sync for Vf
impl Unpin for Vf
impl UnwindSafe for Vf
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