#[repr(C)]pub struct rmw_liveliness_changed_status_t {
pub alive_count: u16,
pub not_alive_count: u16,
pub alive_count_change: i16,
pub not_alive_count_change: i16,
}Expand description
Liveliness payload. Mirrors the DDS
rmw_liveliness_changed_status_t shape.
Fields§
§alive_count: u16§not_alive_count: u16§alive_count_change: i16§not_alive_count_change: i16Trait Implementations§
Source§impl Clone for rmw_liveliness_changed_status_t
impl Clone for rmw_liveliness_changed_status_t
Source§fn clone(&self) -> rmw_liveliness_changed_status_t
fn clone(&self) -> rmw_liveliness_changed_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_liveliness_changed_status_t
Auto Trait Implementations§
impl Freeze for rmw_liveliness_changed_status_t
impl RefUnwindSafe for rmw_liveliness_changed_status_t
impl Send for rmw_liveliness_changed_status_t
impl Sync for rmw_liveliness_changed_status_t
impl Unpin for rmw_liveliness_changed_status_t
impl UnsafeUnpin for rmw_liveliness_changed_status_t
impl UnwindSafe for rmw_liveliness_changed_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