Struct libc::nlattr [−][src]
#[repr(C)]pub struct nlattr { pub nla_len: u16, pub nla_type: u16, }
Fields
nla_len: u16nla_type: u16Trait Implementations
impl Clone for nlattr[src]
impl Clone for nlattr[src]#[repr(C)]pub struct nlattr { pub nla_len: u16, pub nla_type: u16, }
nla_len: u16nla_type: u16impl Clone for nlattr[src]fn clone(&self) -> nlattr[src]pub fn clone_from(&mut self, source: &Self)1.0.0[src]impl Copy for nlattr[src]