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