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: c_int, pub msg_control: *mut c_void, pub msg_controllen: socklen_t, pub msg_flags: c_int, }
Fields
msg_name: *mut c_void
msg_namelen: socklen_t
msg_iov: *mut iovec
msg_iovlen: c_int
msg_control: *mut c_void
msg_controllen: socklen_t
msg_flags: c_int
Trait Implementations
impl Copy for msghdr[src]
impl Copy for msghdrimpl Clone for msghdr[src]
impl Clone for msghdrfn clone(&self) -> msghdr[src]
fn clone(&self) -> msghdrReturns 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 msghdrfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for msghdr[src]
impl Eq for msghdr