[][src]Function uapi::pread

pub fn pread<T: Pod + ?Sized>(
    fd: c_int,
    buf: &mut T,
    offset: off_t
) -> Result<&[u8]>