pub type rmw_names_and_types_t = rmw_names_and_types_s;
Aliased Type§
struct rmw_names_and_types_t {
pub names: rcutils_string_array_s,
pub types: *mut rcutils_string_array_s,
}
Fields§
§names: rcutils_string_array_s
§types: *mut rcutils_string_array_s
Trait Implementations
Source§impl Clone for rmw_names_and_types_s
impl Clone for rmw_names_and_types_s
Source§fn clone(&self) -> rmw_names_and_types_s
fn clone(&self) -> rmw_names_and_types_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