Type Alias cyclors::dds_subscription_matched_status_t

source ·
pub type dds_subscription_matched_status_t = dds_subscription_matched_status;

Aliased Type§

struct dds_subscription_matched_status_t {
    pub total_count: u32,
    pub total_count_change: i32,
    pub current_count: u32,
    pub current_count_change: i32,
    pub last_publication_handle: u64,
}

Fields§

§total_count: u32§total_count_change: i32§current_count: u32§current_count_change: i32§last_publication_handle: u64