Skip to main content

DeadlineMissedStatus

Type Alias DeadlineMissedStatus 

Source
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: u32

Cumulative count over the entity’s lifetime.

§total_count_change: u32

Change since the last callback fire.