#[repr(C)]pub struct rcl_publisher_options_t {
pub qos: rmw_qos_profile_t,
pub allocator: rcl_allocator_t,
pub rmw_publisher_options: rmw_publisher_options_t,
}
Expand description
Options available for a rcl publisher.
Fields
qos: rmw_qos_profile_t
Middleware quality of service settings for the publisher.
allocator: rcl_allocator_t
Custom allocator for the publisher, used for incidental allocations.
rmw_publisher_options: rmw_publisher_options_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rcl_publisher_options_t
impl !Send for rcl_publisher_options_t
impl !Sync for rcl_publisher_options_t
impl Unpin for rcl_publisher_options_t
impl UnwindSafe for rcl_publisher_options_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more