Struct libc::genlmsghdr
source · #[repr(C)]pub struct genlmsghdr {
pub cmd: u8,
pub version: u8,
pub reserved: u16,
}
Fields§
§cmd: u8
§version: u8
§reserved: u16
Trait Implementations§
source§impl Clone for genlmsghdr
impl Clone for genlmsghdr
source§fn clone(&self) -> genlmsghdr
fn clone(&self) -> genlmsghdr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for genlmsghdr
impl Debug for genlmsghdr
source§impl Hash for genlmsghdr
impl Hash for genlmsghdr
source§impl PartialEq<genlmsghdr> for genlmsghdr
impl PartialEq<genlmsghdr> for genlmsghdr
source§fn eq(&self, other: &genlmsghdr) -> bool
fn eq(&self, other: &genlmsghdr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.