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