Function rustix::io::preadv

pub fn preadv<Fd: AsFd>(fd: &Fd, bufs: &mut [IoSliceMut<'_>], offset: u64) -> io::Result<usize>
Documentation

preadv(fd, bufs, offset)—Reads from a file at a given position into multiple buffers.

References