Function rsix::fs::futimens[][src]

pub fn futimens<Fd: AsFd>(fd: &Fd, times: &[Timespec; 2]) -> Result<()>
Expand description

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

References