Enum fs_set_times::SystemTimeSpec [−][src]
pub enum SystemTimeSpec {
SymbolicNow,
Absolute(SystemTime),
}
Expand description
A value for specifying a time.
Variants
SymbolicNow
A value which always represents the current time, in symbolic form, so that even as time elapses, it continues to represent the current time.
Absolute(SystemTime)
Tuple Fields
0: SystemTime
An absolute time value.
Trait Implementations
Performs the conversion.