#[repr(u32)]pub enum rmw_qos_compatibility_type_e {
RMW_QOS_COMPATIBILITY_OK = 0,
RMW_QOS_COMPATIBILITY_WARNING = 1,
RMW_QOS_COMPATIBILITY_ERROR = 2,
}Variants§
Trait Implementations§
Source§impl Clone for rmw_qos_compatibility_type_e
impl Clone for rmw_qos_compatibility_type_e
Source§fn clone(&self) -> rmw_qos_compatibility_type_e
fn clone(&self) -> rmw_qos_compatibility_type_e
Returns a duplicate 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_qos_compatibility_type_e
impl Debug for rmw_qos_compatibility_type_e
Source§impl Hash for rmw_qos_compatibility_type_e
impl Hash for rmw_qos_compatibility_type_e
Source§impl PartialEq for rmw_qos_compatibility_type_e
impl PartialEq for rmw_qos_compatibility_type_e
Source§fn eq(&self, other: &rmw_qos_compatibility_type_e) -> bool
fn eq(&self, other: &rmw_qos_compatibility_type_e) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for rmw_qos_compatibility_type_e
impl Eq for rmw_qos_compatibility_type_e
impl StructuralPartialEq for rmw_qos_compatibility_type_e
Auto Trait Implementations§
impl Freeze for rmw_qos_compatibility_type_e
impl RefUnwindSafe for rmw_qos_compatibility_type_e
impl Send for rmw_qos_compatibility_type_e
impl Sync for rmw_qos_compatibility_type_e
impl Unpin for rmw_qos_compatibility_type_e
impl UnwindSafe for rmw_qos_compatibility_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