rustix::backend::fs::syscalls

Function futimens

Source
pub(crate) fn futimens(fd: BorrowedFd<'_>, times: &Timestamps) -> Result<()>