pub type rcl_node_options_t = rcl_node_options_s;
Aliased Type§
struct rcl_node_options_t {
pub allocator: rcutils_allocator_s,
pub use_global_arguments: bool,
pub arguments: rcl_arguments_s,
pub enable_rosout: bool,
pub rosout_qos: rmw_qos_profile_s,
}
Fields§
§allocator: rcutils_allocator_s
§use_global_arguments: bool
§arguments: rcl_arguments_s
§enable_rosout: bool
§rosout_qos: rmw_qos_profile_s
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 more