Type Alias SyntheticTimerInfo

Source
pub type SyntheticTimerInfo = TimerInfo<SyntheticTimeline>;

Aliased Type§

#[repr(C)]
pub struct SyntheticTimerInfo { pub options: u32, pub deadline: Instant<SyntheticTimeline>, pub slack: Duration<SyntheticTimeline>, /* private fields */ }

Fields§

§options: u32§deadline: Instant<SyntheticTimeline>§slack: Duration<SyntheticTimeline>