Struct libc_interface::nlattr[][src]

#[repr(C)]
pub struct nlattr { pub nla_len: u16, pub nla_type: u16, }

Fields

Trait Implementations

impl Copy for nlattr
[src]

impl Clone for nlattr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for nlattr

impl Sync for nlattr