pub type rmw_message_lost_status_t = rmw_message_lost_status_s;
Aliased Type§
struct rmw_message_lost_status_t {
pub total_count: usize,
pub total_count_change: usize,
}
Fields§
§total_count: usize
§total_count_change: usize
Trait Implementations
Source§impl Clone for rmw_message_lost_status_s
impl Clone for rmw_message_lost_status_s
Source§fn clone(&self) -> rmw_message_lost_status_s
fn clone(&self) -> rmw_message_lost_status_s
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more