rustix
0.38.42
In rustix::
backend::
io::
syscalls
Function
rustix
::
backend
::
io
::
syscalls
::
read
Copy item path
source
ยท
[
−
]
pub(crate) unsafe fn read( fd:
BorrowedFd
<'_>, buf:
*mut
u8
, len:
usize
, ) ->
Result
<
usize
>