Enum netlink_packet_route::rtnl::link::nlas::InfoVlan [−][src]
pub enum InfoVlan {
Unspec(Vec<u8>),
Id(u16),
Flags((u32, u32)),
EgressQos(Vec<u8>),
IngressQos(Vec<u8>),
Protocol(u16),
}
Variants
Unspec(Vec<u8>)
Id(u16)
Tuple Fields
0: u16
Flags((u32, u32))
EgressQos(Vec<u8>)
IngressQos(Vec<u8>)
Protocol(u16)
Tuple Fields
0: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InfoVlan
impl UnwindSafe for InfoVlan
Blanket Implementations
Mutably borrows from an owned value. Read more