Struct netlink_packet_generic::header::GenlHeader [−][src]
Expand description
Generic Netlink header
Fields
cmd: u8
version: u8
Trait Implementations
Deserialize the current type.
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 GenlHeader
impl Send for GenlHeader
impl Sync for GenlHeader
impl Unpin for GenlHeader
impl UnwindSafe for GenlHeader
Blanket Implementations
Mutably borrows from an owned value. Read more