Struct gdnative_visual_script::common::libc::nlmsghdr [−][src]
#[repr(C)]pub struct nlmsghdr { pub nlmsg_len: u32, pub nlmsg_type: u16, pub nlmsg_flags: u16, pub nlmsg_seq: u32, pub nlmsg_pid: u32, }
Fields
nlmsg_len: u32
nlmsg_type: u16
nlmsg_flags: u16
nlmsg_seq: u32
nlmsg_pid: u32
Trait Implementations
impl Clone for nlmsghdr
[src]
impl Clone for nlmsghdr
fn clone(&self) -> nlmsghdr
[src]
fn clone(&self) -> nlmsghdr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for nlmsghdr
[src]
impl Copy for nlmsghdr