Struct netlink_packet_route::rtnl::LinkMessage [−][src]
pub struct LinkMessage {
pub header: LinkHeader,
pub nlas: Vec<Nla>,
}
Fields
header: LinkHeader
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 LinkMessage
impl Send for LinkMessage
impl Sync for LinkMessage
impl Unpin for LinkMessage
impl UnwindSafe for LinkMessage
Blanket Implementations
Mutably borrows from an owned value. Read more