Struct libc::genlmsghdr
[−]
[src]
#[repr(C)]pub struct genlmsghdr { pub cmd: u8, pub version: u8, pub reserved: u16, }
Fields
cmd: u8
version: u8
reserved: u16
Trait Implementations
impl Copy for genlmsghdr[src]
impl Clone for genlmsghdr[src]
fn clone(&self) -> genlmsghdr[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more