pub type rcutils_error_string_t = rcutils_error_string_s;
Aliased Type§
struct rcutils_error_string_t {
pub str_: [i8; 1024],
}
Fields§
§str_: [i8; 1024]
Trait Implementations
Source§impl Clone for rcutils_error_string_s
impl Clone for rcutils_error_string_s
Source§fn clone(&self) -> rcutils_error_string_s
fn clone(&self) -> rcutils_error_string_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