Type Definition base::sys::unix::iobuf::IoBuf

source ·
pub type IoBuf = iovec;
Expand description

Cross platform binary compatible iovec. See crate::IoBufMut for documentation.

Trait Implementations§

source§

impl PlatformIoBuf for IoBuf

source§

fn new(ptr: *mut u8, len: usize) -> Self

source§

fn len(&self) -> usize

source§

fn ptr(&self) -> *mut u8

source§

fn set_len(&mut self, len: usize)

source§

fn set_ptr(&mut self, ptr: *mut u8)