Struct libc::genlmsghdr [−][src]
#[repr(C)]pub struct genlmsghdr { pub cmd: u8, pub version: u8, pub reserved: u16, }
Fields
cmd: u8version: u8reserved: u16Trait Implementations
impl Clone for genlmsghdr[src]
impl Clone for genlmsghdr[src]fn clone(&self) -> 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]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more