Skip to main content

write_at

Function write_at 

Source
pub fn write_at<B: IoBuf, I: Io>(
    fd: I::Fd,
    buf: B,
    offset: u64,
) -> WriteAt<B, I> 
Expand description

Writes buf to fd at offset. Returns (bytes_written, buf).