Struct libc_interface::nlmsgerr[][src]

#[repr(C)]
pub struct nlmsgerr { pub error: c_int, pub msg: nlmsghdr, }

Fields

Trait Implementations

impl Copy for nlmsgerr
[src]

impl Clone for nlmsgerr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nlmsgerr
[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 nlmsgerr
[src]

Auto Trait Implementations

impl Send for nlmsgerr

impl Sync for nlmsgerr