Struct netlink_packet_generic::ctrl::nlas::AttributePolicyAttr [−][src]
pub struct AttributePolicyAttr {
pub index: u16,
pub policies: Vec<NlPolicyTypeAttrs>,
}Fields
index: u16policies: Vec<NlPolicyTypeAttrs>Trait 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 AttributePolicyAttr
impl Send for AttributePolicyAttr
impl Sync for AttributePolicyAttr
impl Unpin for AttributePolicyAttr
impl UnwindSafe for AttributePolicyAttr
Blanket Implementations
Mutably borrows from an owned value. Read more