pub type dds_publication_matched_status_t = dds_publication_matched_status;

Aliased Type§

struct dds_publication_matched_status_t {
    pub total_count: u32,
    pub total_count_change: i32,
    pub current_count: u32,
    pub current_count_change: i32,
    pub last_subscription_handle: u64,
}

Fields§

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

Trait Implementations§

source§

impl Clone for dds_publication_matched_status

source§

fn clone(&self) -> dds_publication_matched_status

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for dds_publication_matched_status

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for dds_publication_matched_status