Struct r2r_rcl::rmw_qos_profile_s
source · #[repr(C)]pub struct rmw_qos_profile_s {
pub history: rmw_qos_history_policy_e,
pub depth: usize,
pub reliability: rmw_qos_reliability_policy_e,
pub durability: rmw_qos_durability_policy_e,
pub deadline: rmw_time_s,
pub lifespan: rmw_time_s,
pub liveliness: rmw_qos_liveliness_policy_e,
pub liveliness_lease_duration: rmw_time_s,
pub avoid_ros_namespace_conventions: bool,
}
Fields§
§history: rmw_qos_history_policy_e
§depth: usize
§reliability: rmw_qos_reliability_policy_e
§durability: rmw_qos_durability_policy_e
§deadline: rmw_time_s
§lifespan: rmw_time_s
§liveliness: rmw_qos_liveliness_policy_e
§liveliness_lease_duration: rmw_time_s
§avoid_ros_namespace_conventions: bool
Trait Implementations§
source§impl Clone for rmw_qos_profile_s
impl Clone for rmw_qos_profile_s
source§fn clone(&self) -> rmw_qos_profile_s
fn clone(&self) -> rmw_qos_profile_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 Debug for rmw_qos_profile_s
impl Debug for rmw_qos_profile_s
source§impl PartialEq for rmw_qos_profile_s
impl PartialEq for rmw_qos_profile_s
impl Copy for rmw_qos_profile_s
impl StructuralPartialEq for rmw_qos_profile_s
Auto Trait Implementations§
impl Freeze for rmw_qos_profile_s
impl RefUnwindSafe for rmw_qos_profile_s
impl Send for rmw_qos_profile_s
impl Sync for rmw_qos_profile_s
impl Unpin for rmw_qos_profile_s
impl UnwindSafe for rmw_qos_profile_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
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
)