Enum netlink_packet_route::rtnl::neighbour_table::nlas::Nla [−][src]
pub enum Nla {
Unspec(Vec<u8>),
Parms(Vec<u8>),
Name(String),
Threshold1(u32),
Threshold2(u32),
Threshold3(u32),
Config(Vec<u8>),
Stats(Vec<u8>),
GcInterval(u64),
Other(DefaultNla),
}
Variants
Unspec(Vec<u8>)
Parms(Vec<u8>)
Name(String)
Tuple Fields
0: String
Threshold1(u32)
Tuple Fields
0: u32
Threshold2(u32)
Tuple Fields
0: u32
Threshold3(u32)
Tuple Fields
0: u32
Config(Vec<u8>)
Stats(Vec<u8>)
GcInterval(u64)
Tuple Fields
0: u64
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