#[repr(u32)]pub enum rcl_subscription_event_type_e {
RCL_SUBSCRIPTION_REQUESTED_DEADLINE_MISSED = 0,
RCL_SUBSCRIPTION_LIVELINESS_CHANGED = 1,
RCL_SUBSCRIPTION_REQUESTED_INCOMPATIBLE_QOS = 2,
RCL_SUBSCRIPTION_MESSAGE_LOST = 3,
}
Variants§
RCL_SUBSCRIPTION_REQUESTED_DEADLINE_MISSED = 0
RCL_SUBSCRIPTION_LIVELINESS_CHANGED = 1
RCL_SUBSCRIPTION_REQUESTED_INCOMPATIBLE_QOS = 2
RCL_SUBSCRIPTION_MESSAGE_LOST = 3
Trait Implementations§
source§impl Clone for rcl_subscription_event_type_e
impl Clone for rcl_subscription_event_type_e
source§fn clone(&self) -> rcl_subscription_event_type_e
fn clone(&self) -> rcl_subscription_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 Hash for rcl_subscription_event_type_e
impl Hash for rcl_subscription_event_type_e
source§impl PartialEq for rcl_subscription_event_type_e
impl PartialEq for rcl_subscription_event_type_e
source§fn eq(&self, other: &rcl_subscription_event_type_e) -> bool
fn eq(&self, other: &rcl_subscription_event_type_e) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for rcl_subscription_event_type_e
impl Eq for rcl_subscription_event_type_e
impl StructuralPartialEq for rcl_subscription_event_type_e
Auto Trait Implementations§
impl Freeze for rcl_subscription_event_type_e
impl RefUnwindSafe for rcl_subscription_event_type_e
impl Send for rcl_subscription_event_type_e
impl Sync for rcl_subscription_event_type_e
impl Unpin for rcl_subscription_event_type_e
impl UnwindSafe for rcl_subscription_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
)