Struct libc_interface::iovec[][src]

#[repr(C)]
pub struct iovec { pub iov_base: *mut c_void, pub iov_len: size_t, }

Fields

Trait Implementations

impl Copy for iovec
[src]

impl Clone for iovec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for iovec
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for iovec
[src]

Auto Trait Implementations

impl !Send for iovec

impl !Sync for iovec