Enum wasi_common::clocks::SystemTimeSpec [−][src]
pub enum SystemTimeSpec {
SymbolicNow,
Absolute(SystemTime),
}Variants
Auto Trait Implementations
impl RefUnwindSafe for SystemTimeSpecimpl Send for SystemTimeSpecimpl Sync for SystemTimeSpecimpl Unpin for SystemTimeSpecimpl UnwindSafe for SystemTimeSpec