Function nix::sys::uio::pread

pub fn pread(fd: RawFd, buf: &mut [u8], offset: off_t) -> Result<usize>
Documentation

Low-level write to a file, with specified offset.

See also pread(2)

On this page