pub type rcl_double_array_t = rcl_double_array_s;
Aliased Type§
struct rcl_double_array_t {
pub values: *mut f64,
pub size: usize,
}
Fields§
§values: *mut f64
§size: usize
Trait Implementations
Source§impl Clone for rcl_double_array_s
impl Clone for rcl_double_array_s
Source§fn clone(&self) -> rcl_double_array_s
fn clone(&self) -> rcl_double_array_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