Struct nlmsghdr
libc
#[repr(C)] pub struct nlmsghdr { /* fields omitted */ }
impl Copy for nlmsghdr
impl Clone for nlmsghdr
fn clone(&self) -> nlmsghdr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for nlmsghdr
impl Sync for nlmsghdr