Enum fuser::TimeOrNow [−][src]
pub enum TimeOrNow {
SpecificTime(SystemTime),
Now,
}Expand description
Possible input arguments for atime & mtime, which can either be set to a specified time, or to the current time
Variants
SpecificTime(SystemTime)Specific time provided
Tuple Fields of SpecificTime
0: SystemTimeCurrent time
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeOrNow
impl UnwindSafe for TimeOrNow
Blanket Implementations
Mutably borrows from an owned value. Read more