Struct r2r_rcl::rcutils_error_string_s
source · #[repr(C)]pub struct rcutils_error_string_s {
pub str_: [c_char; 1024],
}
Fields§
§str_: [c_char; 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 moresource§impl Debug for rcutils_error_string_s
impl Debug for rcutils_error_string_s
source§impl PartialEq for rcutils_error_string_s
impl PartialEq for rcutils_error_string_s
impl Copy for rcutils_error_string_s
impl StructuralPartialEq for rcutils_error_string_s
Auto Trait Implementations§
impl Freeze for rcutils_error_string_s
impl RefUnwindSafe for rcutils_error_string_s
impl Send for rcutils_error_string_s
impl Sync for rcutils_error_string_s
impl Unpin for rcutils_error_string_s
impl UnwindSafe for rcutils_error_string_s
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)