pub fn readv<Fd: AsFd>(fd: Fd, iov: &mut [IoSliceMut<'_>]) -> Result<usize>
Low-level vectored read from a raw file descriptor
See also readv(2)