Skip to main content

writev

Function writev 

Source
pub fn writev<Fd: AsFd>(fd: Fd, bufs: &[IoSlice<'_>]) -> Result<usize>
Available on neither Windows nor target_os=espidf nor target_os=horizon.
Expand description

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

§References