Skip to main content

MessageLostStatus

Type Alias MessageLostStatus 

Source
pub type MessageLostStatus = CountStatus;
Expand description

Type alias: the message-lost shape is identical to CountStatus.

Aliased Type§

#[repr(C)]
pub struct MessageLostStatus { 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.