rustix
1.0.8
In rustix::
backend::
fs::
syscalls
rustix
::
backend
::
fs
::
syscalls
Function
getdents
Copy item path
Source
pub(crate) fn getdents(fd:
BorrowedFd
<'_>, dirent: &mut [
u8
]) ->
Result
<
usize
>