Type Alias syncio::zxio::zx_iovec_t

source ·
pub type zx_iovec_t = zx_iovec;

Aliased Type§

struct zx_iovec_t {
    pub buffer: *mut c_void,
    pub capacity: usize,
}

Fields§

§buffer: *mut c_void§capacity: usize