Function nix::sys::uio::pwrite

source ยท
pub fn pwrite(fd: RawFd, buf: &[u8], offset: off_t) -> Result<usize>
Expand description

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

See also pwrite(2)