arceos_api::time

Type Alias AxTimeValue

Source
pub type AxTimeValue = Duration;
Expand description

A measurement of the system clock.

Currently, it reuses the core::time::Duration type. But it does not represent a duration, but a clock time.

Aliased Typeยง

struct AxTimeValue { /* private fields */ }