Function nix::sys::uio::writev

pub fn writev(fd: RawFd, iov: &[IoVec<&[u8]>]) -> Result<usize>
Documentation

Low-level vectored write to a raw file descriptor

See also writev(2)