Struct netlink_packet_route::rtnl::NeighbourTableHeader [−][src]
pub struct NeighbourTableHeader {
pub family: u8,
}
Fields
family: u8
Trait Implementations
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 NeighbourTableHeader
impl Send for NeighbourTableHeader
impl Sync for NeighbourTableHeader
impl Unpin for NeighbourTableHeader
impl UnwindSafe for NeighbourTableHeader
Blanket Implementations
Mutably borrows from an owned value. Read more