pub fn write_at<B: IoBuf, I: Io>( fd: I::Fd, buf: B, offset: u64, ) -> WriteAt<B, I> ⓘ
Writes buf to fd at offset. Returns (bytes_written, buf).
buf
fd
offset
(bytes_written, buf)