Enum netlink_packet_route::rtnl::link::nlas::InfoMacVlan [−][src]
pub enum InfoMacVlan {
Unspec(Vec<u8>),
Mode(u32),
Flags(u16),
MacAddrMode(u32),
MacAddr([u8; 6]),
MacAddrData(Vec<InfoMacVlan>),
MacAddrCount(u32),
Other(DefaultNla),
}
Variants
Unspec(Vec<u8>)
Mode(u32)
Tuple Fields
0: u32
Flags(u16)
Tuple Fields
0: u16
MacAddrMode(u32)
Tuple Fields
0: u32
MacAddr([u8; 6])
MacAddrData(Vec<InfoMacVlan>)
Tuple Fields
0: Vec<InfoMacVlan>
MacAddrCount(u32)
Tuple Fields
0: u32
Other(DefaultNla)
Tuple Fields
0: DefaultNla
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InfoMacVlan
impl Send for InfoMacVlan
impl Sync for InfoMacVlan
impl Unpin for InfoMacVlan
impl UnwindSafe for InfoMacVlan
Blanket Implementations
Mutably borrows from an owned value. Read more