Function rustix::backend::fs::syscalls::fchmod

source ยท
pub(crate) fn fchmod(fd: BorrowedFd<'_>, mode: Mode) -> Result<()>