Struct libc_interface::iovec [−][src]
Fields
iov_base: *mut c_void
iov_len: size_t
Trait Implementations
impl Copy for iovec[src]
impl Copy for iovecimpl Clone for iovec[src]
impl Clone for iovecfn clone(&self) -> iovec[src]
fn clone(&self) -> iovecReturns 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 iovec[src]
impl PartialEq for iovecfn 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 iovec[src]
impl Eq for iovec