Struct r2r_rcl::rcl_publisher_options_s
source · #[repr(C)]pub struct rcl_publisher_options_s {
pub qos: rmw_qos_profile_t,
pub allocator: rcl_allocator_t,
pub rmw_publisher_options: rmw_publisher_options_t,
}
Fields§
§qos: rmw_qos_profile_t
§allocator: rcl_allocator_t
§rmw_publisher_options: rmw_publisher_options_t
Trait Implementations§
source§impl Clone for rcl_publisher_options_s
impl Clone for rcl_publisher_options_s
source§fn clone(&self) -> rcl_publisher_options_s
fn clone(&self) -> rcl_publisher_options_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 rcl_publisher_options_s
impl Debug for rcl_publisher_options_s
source§impl PartialEq for rcl_publisher_options_s
impl PartialEq for rcl_publisher_options_s
impl Copy for rcl_publisher_options_s
impl StructuralPartialEq for rcl_publisher_options_s
Auto Trait Implementations§
impl Freeze for rcl_publisher_options_s
impl RefUnwindSafe for rcl_publisher_options_s
impl !Send for rcl_publisher_options_s
impl !Sync for rcl_publisher_options_s
impl Unpin for rcl_publisher_options_s
impl UnwindSafe for rcl_publisher_options_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
)