pub type dds_liveliness_lost_status_t = dds_liveliness_lost_status;

Aliased Type§

struct dds_liveliness_lost_status_t {
    pub total_count: u32,
    pub total_count_change: i32,
}

Fields§

§total_count: u32§total_count_change: i32

Trait Implementations§

source§

impl Clone for dds_liveliness_lost_status

source§

fn clone(&self) -> dds_liveliness_lost_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_liveliness_lost_status

source§

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

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

impl Copy for dds_liveliness_lost_status