Struct cloudabi::ciovec [] [src]

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

A region of memory for scatter/gather writes.

Fields

The address and length of the buffer to be written.

Trait Implementations

impl Copy for ciovec
[src]

impl Clone for ciovec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more