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