Function rustix::io::pwrite

source · []
pub fn pwrite<Fd: AsFd>(fd: Fd, buf: &[u8], offset: u64) -> Result<usize>
Expand description

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

References