Struct libc::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 Clone for msghdr[src]
fn clone(&self) -> msghdr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more