Enum netlink_packet_route::rtnl::neighbour::nlas::Nla [−][src]
pub enum Nla {
}
Variants
Unspec(Vec<u8>)
Destination(Vec<u8>)
LinkLocalAddress(Vec<u8>)
CacheInfo(Vec<u8>)
Probes(Vec<u8>)
Vlan(u16)
Tuple Fields
0: u16
Port(Vec<u8>)
Vni(u32)
Tuple Fields
0: u32
IfIndex(u32)
Tuple Fields
0: u32
Master(Vec<u8>)
LinkNetNsId(Vec<u8>)
SourceVni(u32)
Tuple Fields
0: u32
Other(DefaultNla)
Tuple Fields
0: DefaultNla
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Nla
impl UnwindSafe for Nla
Blanket Implementations
Mutably borrows from an owned value. Read more