Struct libc::iovec
[−]
[src]
#[repr(C)]pub struct iovec { pub iov_base: *mut c_void, pub iov_len: size_t, }
Fields
iov_base: *mut c_void
iov_len: size_t
Trait Implementations
impl Copy for iovec
[src]
impl Clone for iovec
[src]
fn clone(&self) -> iovec
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