#[repr(C)]pub struct rosidl_runtime_c__Sequence__bound {
pub typesupport_identifier: *const c_char,
pub data: *const c_void,
pub func: rosidl_runtime_c__bound_handle_function,
}
Fields§
§typesupport_identifier: *const c_char
§data: *const c_void
§func: rosidl_runtime_c__bound_handle_function
Trait Implementations§
source§impl Clone for rosidl_runtime_c__Sequence__bound
impl Clone for rosidl_runtime_c__Sequence__bound
source§fn clone(&self) -> rosidl_runtime_c__Sequence__bound
fn clone(&self) -> rosidl_runtime_c__Sequence__bound
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 PartialEq for rosidl_runtime_c__Sequence__bound
impl PartialEq for rosidl_runtime_c__Sequence__bound
source§fn eq(&self, other: &rosidl_runtime_c__Sequence__bound) -> bool
fn eq(&self, other: &rosidl_runtime_c__Sequence__bound) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for rosidl_runtime_c__Sequence__bound
impl StructuralPartialEq for rosidl_runtime_c__Sequence__bound
Auto Trait Implementations§
impl Freeze for rosidl_runtime_c__Sequence__bound
impl RefUnwindSafe for rosidl_runtime_c__Sequence__bound
impl !Send for rosidl_runtime_c__Sequence__bound
impl !Sync for rosidl_runtime_c__Sequence__bound
impl Unpin for rosidl_runtime_c__Sequence__bound
impl UnwindSafe for rosidl_runtime_c__Sequence__bound
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
)