Function rustix::io::pwrite

pub fn pwrite<Fd: AsFd>(fd: &Fd, buf: &[u8], offset: u64) -> io::Result<usize>
Documentation

pwrite(fd, bufs)—Writes to a file at a given position.

References