Enum netlink_packet_route::rtnl::link::nlas::Info [−][src]
pub enum Info {
Unspec(Vec<u8>),
Xstats(Vec<u8>),
Kind(InfoKind),
Data(InfoData),
SlaveKind(Vec<u8>),
SlaveData(Vec<u8>),
}
Variants
Unspec(Vec<u8>)
Xstats(Vec<u8>)
Kind(InfoKind)
Tuple Fields
0: InfoKind
Data(InfoData)
Tuple Fields
0: InfoData
SlaveKind(Vec<u8>)
SlaveData(Vec<u8>)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Info
impl UnwindSafe for Info
Blanket Implementations
Mutably borrows from an owned value. Read more