devela::_dep::rustix::io

Function writev

pub fn writev<Fd>(fd: Fd, bufs: &[IoSlice<'_>]) -> Result<usize, Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

writev(fd, bufs)—Writes to a stream from multiple buffers.

§References