rustix
1.1.2
In rustix::
backend::
io::
syscalls
rustix
::
backend
::
io
::
syscalls
Function
pread
Copy item path
Source
pub(crate) unsafe fn pread( fd:
BorrowedFd
<'_>, buf: (
*mut
u8
,
usize
), pos:
u64
, ) ->
Result
<
usize
>