Struct libc::genlmsghdr [] [src]

#[repr(C)]
pub struct genlmsghdr { pub cmd: u8, pub version: u8, pub reserved: u16, }

Fields

Trait Implementations

impl Copy for genlmsghdr
[src]

impl Clone for genlmsghdr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for genlmsghdr

impl Sync for genlmsghdr