Searched defs:Instant (Results 1 – 2 of 2) sorted by relevance
169 pub struct Instant<C: ClockSource> { struct174 impl<C: ClockSource> Clone for Instant<C> { argument180 impl<C: ClockSource> Copy for Instant<C> {} implementation182 impl<C: ClockSource> Instant<C> { implementation228 impl<C: ClockSource> ops::Sub for Instant<C> { implementation240 impl<T: ClockSource> ops::Add<Delta> for Instant<T> { implementation260 impl<T: ClockSource> ops::Sub<Delta> for Instant<T> { implementation
522 impl<C: ClockSource> HrTimerExpires for Instant<C> { implementation