Struct netlink_packet_generic::ctrl::nlas::OppolicyAttr [−][src]
pub struct OppolicyAttr {
pub cmd: u8,
pub policy_idx: Vec<OppolicyIndexAttr>,
}Fields
cmd: u8policy_idx: Vec<OppolicyIndexAttr>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 OppolicyAttr
impl Send for OppolicyAttr
impl Sync for OppolicyAttr
impl Unpin for OppolicyAttr
impl UnwindSafe for OppolicyAttr
Blanket Implementations
Mutably borrows from an owned value. Read more