pub type DeadlineMissedStatus = CountStatus;Expand description
Type alias: the deadline-missed shape is identical to
CountStatus.
Aliased Type§
#[repr(C)]pub struct DeadlineMissedStatus {
pub total_count: u32,
pub total_count_change: u32,
}Fields§
§total_count: u32Cumulative count over the entity’s lifetime.
total_count_change: u32Change since the last callback fire.