Type Alias kernel::time::hrtimer::HrTimerInstant
source · pub type HrTimerInstant<T> = Instant<<<T as HasHrTimer<T>>::TimerMode as HrTimerMode>::Clock>;Expand description
A type-alias to refer to the Instant<C> for a given T from HrTimer<T>.
Where C is the ClockSource of the HrTimer.
Aliased Type§
struct HrTimerInstant<T> { /* private fields */ }