Enum netlink_packet_generic::ctrl::nlas::NlaType [−][src]
pub enum NlaType {
Show 15 variants
Flag,
U8,
U16,
U32,
U64,
S8,
S16,
S32,
S64,
Binary,
String,
NulString,
Nested,
NestedArray,
Bitfield32,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NlaType
impl UnwindSafe for NlaType
Blanket Implementations
Mutably borrows from an owned value. Read more