Struct libc::genlmsghdr 
source · #[repr(C)]pub struct genlmsghdr {
    pub cmd: u8,
    pub version: u8,
    pub reserved: u16,
}Fields§
§cmd: u8§version: u8§reserved: u16Trait 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 more