#[repr(C)]pub struct rcl_node_options_s {
pub allocator: rcl_allocator_t,
pub use_global_arguments: bool,
pub arguments: rcl_arguments_t,
pub enable_rosout: bool,
pub rosout_qos: rmw_qos_profile_t,
}
Fields§
§allocator: rcl_allocator_t
§use_global_arguments: bool
§arguments: rcl_arguments_t
§enable_rosout: bool
§rosout_qos: rmw_qos_profile_t
Trait Implementations§
Source§impl Clone for rcl_node_options_s
impl Clone for rcl_node_options_s
Source§fn clone(&self) -> rcl_node_options_s
fn clone(&self) -> rcl_node_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_node_options_s
impl Debug for rcl_node_options_s
Source§impl PartialEq for rcl_node_options_s
impl PartialEq for rcl_node_options_s
impl Copy for rcl_node_options_s
impl StructuralPartialEq for rcl_node_options_s
Auto Trait Implementations§
impl Freeze for rcl_node_options_s
impl RefUnwindSafe for rcl_node_options_s
impl !Send for rcl_node_options_s
impl !Sync for rcl_node_options_s
impl Unpin for rcl_node_options_s
impl UnwindSafe for rcl_node_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