pub type rcutils_string_array_t = rcutils_string_array_s;
Aliased Type§
struct rcutils_string_array_t {
pub size: usize,
pub data: *mut *mut i8,
pub allocator: rcutils_allocator_s,
}
Fields§
§size: usize
§data: *mut *mut i8
§allocator: rcutils_allocator_s
Trait Implementations
Source§impl Clone for rcutils_string_array_s
impl Clone for rcutils_string_array_s
Source§fn clone(&self) -> rcutils_string_array_s
fn clone(&self) -> rcutils_string_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