pub fn pwritev2<Fd>( fd: Fd, bufs: &[IoSlice<'_>], offset: u64, flags: ReadWriteFlags, ) -> Result<usize, Errno> ⓘwhere Fd: AsFd,
dep_rustix
pwritev2(fd, bufs, offset, flags)—Writes data, with several options.
pwritev2(fd, bufs, offset, flags)
An offset of u64::MAX means to use and update the current file offset.
offset
u64::MAX