twizzler_rt_abi::io

Type Alias IoSlice

source
pub type IoSlice = io_vec;
Expand description

Type of an IO vec buffer and length.

Aliased Type§

struct IoSlice {
    pub buf: *mut i8,
    pub len: usize,
}

Fields§

§buf: *mut i8

Pointer to buffer.

§len: usize

Length of buffer in bytes.