[][src]Function nc::pread64

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

Read from a file descriptor without changing file offset.