rustix
1.1.2
In rustix::
backend::
fs::
syscalls
rustix
::
backend
::
fs
::
syscalls
Function
fchmod
Copy item path
Source
pub(crate) fn fchmod(fd:
BorrowedFd
<'_>, mode:
Mode
) ->
Result
<
()
>