Module iovec

Module iovec 

Source

Structs§

IoVecBuffer
This is essentially a wrapper of a Vec<libc::iovec> which can be passed to libc::writev.
IoVecBufferMut
This is essentially a wrapper of a Vec<libc::iovec> which can be passed to libc::readv.
ParsedDescriptorChain

Enums§

IoVecError