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