Struct libc::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

Auto Trait Implementations

impl Send for nlattr

impl Sync for nlattr