On this page
Trait std::os::windows::fs::FileTimesExt
pub trait FileTimesExt: Sealed {
// Required method
fn set_created(self, t: SystemTime) -> Self;
}
Available on Windows only.
Windows-specific extensions to fs::FileTimes
.
Required Methods
fn set_created(self, t: SystemTime) -> Self
Set the creation time of a file.
Object Safety
This trait is not object safe.
Implementors
impl FileTimesExt for FileTimes
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/windows/fs/trait.FileTimesExt.html