Enum netlink_packet_route::rtnl::link::nlas::InfoIpVlan [−][src]
pub enum InfoIpVlan {
Unspec(Vec<u8>),
Mode(u16),
Flags(u16),
Other(DefaultNla),
}
Variants
Unspec(Vec<u8>)
Mode(u16)
Tuple Fields
0: u16
Flags(u16)
Tuple Fields
0: u16
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 InfoIpVlan
impl Send for InfoIpVlan
impl Sync for InfoIpVlan
impl Unpin for InfoIpVlan
impl UnwindSafe for InfoIpVlan
Blanket Implementations
Mutably borrows from an owned value. Read more