pub type rcutils_char_array_t = rcutils_char_array_s;
Aliased Type§
struct rcutils_char_array_t {
pub buffer: *mut i8,
pub owns_buffer: bool,
pub buffer_length: usize,
pub buffer_capacity: usize,
pub allocator: rcutils_allocator_s,
}
Fields§
§buffer: *mut i8
§owns_buffer: bool
§buffer_length: usize
§buffer_capacity: usize
§allocator: rcutils_allocator_s
Trait Implementations
Source§impl Clone for rcutils_char_array_s
impl Clone for rcutils_char_array_s
Source§fn clone(&self) -> rcutils_char_array_s
fn clone(&self) -> rcutils_char_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