Enum netlink_packet_generic::ctrl::nlas::GenlCtrlAttrs [−][src]
pub enum GenlCtrlAttrs {
FamilyId(u16),
FamilyName(String),
Version(u32),
HdrSize(u32),
MaxAttr(u32),
Ops(Vec<Vec<OpAttrs>>),
McastGroups(Vec<Vec<McastGrpAttrs>>),
Policy(PolicyAttr),
OpPolicy(OppolicyAttr),
Op(u32),
}Variants
FamilyId(u16)Tuple Fields of FamilyId
0: u16FamilyName(String)Tuple Fields of FamilyName
0: StringVersion(u32)Tuple Fields of Version
0: u32HdrSize(u32)Tuple Fields of HdrSize
0: u32MaxAttr(u32)Tuple Fields of MaxAttr
0: u32McastGroups(Vec<Vec<McastGrpAttrs>>)Tuple Fields of McastGroups
0: Vec<Vec<McastGrpAttrs>>Policy(PolicyAttr)Tuple Fields of Policy
0: PolicyAttrOpPolicy(OppolicyAttr)Tuple Fields of OpPolicy
0: OppolicyAttrOp(u32)Tuple Fields of Op
0: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GenlCtrlAttrs
impl Send for GenlCtrlAttrs
impl Sync for GenlCtrlAttrs
impl Unpin for GenlCtrlAttrs
impl UnwindSafe for GenlCtrlAttrs
Blanket Implementations
Mutably borrows from an owned value. Read more