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