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