Struct libc_interface::nlmsghdr[][src]

#[repr(C)]
pub struct nlmsghdr { pub nlmsg_len: u32, pub nlmsg_type: u16, pub nlmsg_flags: u16, pub nlmsg_seq: u32, pub nlmsg_pid: u32, }

Fields

Trait Implementations

impl Copy for nlmsghdr
[src]

impl Clone for nlmsghdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nlmsghdr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for nlmsghdr
[src]

Auto Trait Implementations

impl Send for nlmsghdr

impl Sync for nlmsghdr