pub type rcl_arguments_t = rcl_arguments_s;
Aliased Type§
struct rcl_arguments_t {
pub impl_: *mut rcl_arguments_impl_s,
}
Fields§
§impl_: *mut rcl_arguments_impl_s
Trait Implementations
Source§impl Clone for rcl_arguments_s
impl Clone for rcl_arguments_s
Source§fn clone(&self) -> rcl_arguments_s
fn clone(&self) -> rcl_arguments_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