rustix
0.38.42
In rustix::
backend::
io::
syscalls
Function
rustix
::
backend
::
io
::
syscalls
::
readv
Copy item path
source
ยท
[
−
]
pub(crate) fn readv( fd:
BorrowedFd
<'_>, bufs: &mut [
IoSliceMut
<'_>], ) ->
Result
<
usize
>