Struct libc::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

Auto Trait Implementations

impl !Send for iovec

impl !Sync for iovec