Struct netlink_packet_route::rtnl::rule::message::RuleMessage [−][src]
pub struct RuleMessage {
pub header: RuleHeader,
pub nlas: Vec<Nla>,
}
Fields
header: RuleHeader
nlas: Vec<Nla>
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize the current type.
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 RuleMessage
impl Send for RuleMessage
impl Sync for RuleMessage
impl Unpin for RuleMessage
impl UnwindSafe for RuleMessage
Blanket Implementations
Mutably borrows from an owned value. Read more