Struct netlink_packet_generic::ctrl::nlas::AttributePolicyAttr
source · pub struct AttributePolicyAttr {
pub index: u16,
pub policies: Vec<NlPolicyTypeAttrs>,
}Fields§
§index: u16§policies: Vec<NlPolicyTypeAttrs>Trait Implementations§
source§impl Clone for AttributePolicyAttr
impl Clone for AttributePolicyAttr
source§fn clone(&self) -> AttributePolicyAttr
fn clone(&self) -> AttributePolicyAttr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AttributePolicyAttr
impl Debug for AttributePolicyAttr
source§impl Nla for AttributePolicyAttr
impl Nla for AttributePolicyAttr
source§impl PartialEq<AttributePolicyAttr> for AttributePolicyAttr
impl PartialEq<AttributePolicyAttr> for AttributePolicyAttr
source§fn eq(&self, other: &AttributePolicyAttr) -> bool
fn eq(&self, other: &AttributePolicyAttr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.