Enum r2r_rcl::rmw_event_type_e
source · #[repr(u32)]pub enum rmw_event_type_e {
RMW_EVENT_LIVELINESS_CHANGED = 0,
RMW_EVENT_REQUESTED_DEADLINE_MISSED = 1,
RMW_EVENT_REQUESTED_QOS_INCOMPATIBLE = 2,
RMW_EVENT_MESSAGE_LOST = 3,
RMW_EVENT_LIVELINESS_LOST = 4,
RMW_EVENT_OFFERED_DEADLINE_MISSED = 5,
RMW_EVENT_OFFERED_QOS_INCOMPATIBLE = 6,
RMW_EVENT_INVALID = 7,
}
Variants§
RMW_EVENT_LIVELINESS_CHANGED = 0
RMW_EVENT_REQUESTED_DEADLINE_MISSED = 1
RMW_EVENT_REQUESTED_QOS_INCOMPATIBLE = 2
RMW_EVENT_MESSAGE_LOST = 3
RMW_EVENT_LIVELINESS_LOST = 4
RMW_EVENT_OFFERED_DEADLINE_MISSED = 5
RMW_EVENT_OFFERED_QOS_INCOMPATIBLE = 6
RMW_EVENT_INVALID = 7
Trait Implementations§
source§impl Clone for rmw_event_type_e
impl Clone for rmw_event_type_e
source§fn clone(&self) -> rmw_event_type_e
fn clone(&self) -> rmw_event_type_e
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 Debug for rmw_event_type_e
impl Debug for rmw_event_type_e
source§impl Hash for rmw_event_type_e
impl Hash for rmw_event_type_e
source§impl PartialEq for rmw_event_type_e
impl PartialEq for rmw_event_type_e
impl Copy for rmw_event_type_e
impl Eq for rmw_event_type_e
impl StructuralPartialEq for rmw_event_type_e
Auto Trait Implementations§
impl Freeze for rmw_event_type_e
impl RefUnwindSafe for rmw_event_type_e
impl Send for rmw_event_type_e
impl Sync for rmw_event_type_e
impl Unpin for rmw_event_type_e
impl UnwindSafe for rmw_event_type_e
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)