Struct cloudabi::iovec [] [src]

#[repr(C)]
pub struct iovec { pub buf: (*mut (), usize), }

A region of memory for scatter/gather reads.

Fields

The address and length of the buffer to be filled.

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