Function rustix::backend::io::syscalls::writev

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