pub type SyntheticTimerInfo = TimerInfo<SyntheticTimeline>;Aliased Type§
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>