Enum netlink_packet_route::rtnl::link::nlas::Inet [−][src]
pub enum Inet {
DevConf(Vec<u8>),
Unspec(Vec<u8>),
Other(DefaultNla),
}
Variants
DevConf(Vec<u8>)
Unspec(Vec<u8>)
Other(DefaultNla)
Tuple Fields
0: DefaultNla
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Inet
impl UnwindSafe for Inet
Blanket Implementations
Mutably borrows from an owned value. Read more