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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for iovec

impl !Sync for iovec