Struct libc_interface::if_msghdr [−][src]
#[repr(C)]pub struct if_msghdr { pub ifm_msglen: c_ushort, pub ifm_version: c_uchar, pub ifm_type: c_uchar, pub ifm_addrs: c_int, pub ifm_flags: c_int, pub ifm_index: c_ushort, pub ifm_data: if_data, }
Fields
ifm_msglen: c_ushort
ifm_version: c_uchar
ifm_type: c_uchar
ifm_addrs: c_int
ifm_flags: c_int
ifm_index: c_ushort
ifm_data: if_data
Trait Implementations
impl Copy for if_msghdr
[src]
impl Copy for if_msghdr
impl Clone for if_msghdr
[src]
impl Clone for if_msghdr
fn clone(&self) -> if_msghdr
[src]
fn clone(&self) -> if_msghdr
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 PartialEq for if_msghdr
[src]
impl PartialEq for if_msghdr
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for if_msghdr
[src]
impl Eq for if_msghdr