Struct ogg_sys::ogg_iovec_t [] [src]

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

Fields