Module nix::sys::uio

source ·
Available on crate feature uio only.
Expand description

Vectored I/O

Structs

IoVecDeprecated
A vector of buffers.

Functions

Low-level read from a file, with specified offset.
Read from fd at offset filling buffers in iov.
Low-level write to a file, with specified offset.
Write to fd at offset from buffers in iov.
Low-level vectored read from a raw file descriptor
Low-level vectored write to a raw file descriptor