Function rustix::fs::futimens

pub fn futimens<Fd: AsFd>(fd: &Fd, times: &Timestamps) -> io::Result<()>
Documentation

futimens(fd, times)—Sets timestamps for an open file or directory.

References