Struct libresolv_sys::iovec [] [src]

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 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

impl Copy for iovec
[src]

impl Debug for iovec
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for iovec
[src]

fn default() -> Self

Returns the "default value" for a type. Read more