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