IoSlice

Type Alias IoSlice 

Source
pub type IoSlice = iovec;
Expand description

Type of an IO vec buffer and length.

Aliased Type§

#[repr(C)]
pub struct IoSlice { pub iov_base: *mut c_void, pub iov_len: usize, }

Fields§

§iov_base: *mut c_void§iov_len: usize