#[repr(C)]pub struct rmw_liveliness_changed_status_s {
pub alive_count: i32,
pub not_alive_count: i32,
pub alive_count_change: i32,
pub not_alive_count_change: i32,
}
Fields§
§alive_count: i32
§not_alive_count: i32
§alive_count_change: i32
§not_alive_count_change: i32
Trait Implementations§
Source§impl Clone for rmw_liveliness_changed_status_s
impl Clone for rmw_liveliness_changed_status_s
Source§fn clone(&self) -> rmw_liveliness_changed_status_s
fn clone(&self) -> rmw_liveliness_changed_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 moreSource§impl PartialEq for rmw_liveliness_changed_status_s
impl PartialEq for rmw_liveliness_changed_status_s
Source§fn eq(&self, other: &rmw_liveliness_changed_status_s) -> bool
fn eq(&self, other: &rmw_liveliness_changed_status_s) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for rmw_liveliness_changed_status_s
impl StructuralPartialEq for rmw_liveliness_changed_status_s
Auto Trait Implementations§
impl Freeze for rmw_liveliness_changed_status_s
impl RefUnwindSafe for rmw_liveliness_changed_status_s
impl Send for rmw_liveliness_changed_status_s
impl Sync for rmw_liveliness_changed_status_s
impl Unpin for rmw_liveliness_changed_status_s
impl UnwindSafe for rmw_liveliness_changed_status_s
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