rustix::backend::io::syscalls

Function writev

Source
pub(crate) fn writev(fd: BorrowedFd<'_>, bufs: &[IoSlice<'_>]) -> Result<usize>