[−][src]Function nix::sys::stat::futimens
pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()>
Change the access and modification times of the file specified by a file descriptor.
pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()>
Change the access and modification times of the file specified by a file descriptor.