[][src]Function nc::platform::c::pwrite

pub fn pwrite(fd: i32, buf: &[u8], offset: off_t) -> Result<ssize_t, Errno>

Write to a file descriptor without changing file offset.