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