Struct libc_interface::msghdr [−][src]
#[repr(C)]pub struct msghdr { pub msg_name: *mut c_void, pub msg_namelen: socklen_t, pub msg_iov: *mut iovec, pub msg_iovlen: size_t, pub msg_control: *mut c_void, pub msg_controllen: size_t, pub msg_flags: c_int, }
Fields
msg_name: *mut c_void
msg_namelen: socklen_t
msg_iov: *mut iovec
msg_iovlen: size_t
msg_control: *mut c_void
msg_controllen: size_t
msg_flags: c_int
Trait Implementations
impl Copy for msghdr
[src]
impl Copy for msghdr
impl Clone for msghdr
[src]
impl Clone for msghdr
fn clone(&self) -> msghdr
[src]
fn clone(&self) -> 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 msghdr
[src]
impl PartialEq for 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 msghdr
[src]
impl Eq for msghdr