Struct netlink_packet_route::rtnl::route::RouteMessage [−][src]
pub struct RouteMessage {
pub header: RouteHeader,
pub nlas: Vec<Nla>,
}
Fields
header: RouteHeader
nlas: Vec<Nla>
Implementations
Returns the input interface index, if present.
Returns the output interface index, if present.
Returns the source address prefix, if present.
Returns the destination subnet prefix, if present.
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 RouteMessage
impl Send for RouteMessage
impl Sync for RouteMessage
impl Unpin for RouteMessage
impl UnwindSafe for RouteMessage
Blanket Implementations
Mutably borrows from an owned value. Read more