#[repr(C)]pub struct rmw_count_status_t {
pub total_count: u32,
pub total_count_change: u32,
}Expand description
Count payload. Used for MESSAGE_LOST,
REQUESTED_DEADLINE_MISSED, LIVELINESS_LOST,
OFFERED_DEADLINE_MISSED — all share the same shape.
Fields§
§total_count: u32§total_count_change: u32Trait Implementations§
Source§impl Clone for rmw_count_status_t
impl Clone for rmw_count_status_t
Source§fn clone(&self) -> rmw_count_status_t
fn clone(&self) -> rmw_count_status_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rmw_count_status_t
Auto Trait Implementations§
impl Freeze for rmw_count_status_t
impl RefUnwindSafe for rmw_count_status_t
impl Send for rmw_count_status_t
impl Sync for rmw_count_status_t
impl Unpin for rmw_count_status_t
impl UnsafeUnpin for rmw_count_status_t
impl UnwindSafe for rmw_count_status_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more