Struct r2r_rcl::rmw_topic_endpoint_info_array_s
source · #[repr(C)]pub struct rmw_topic_endpoint_info_array_s {
pub size: usize,
pub info_array: *mut rmw_topic_endpoint_info_t,
}
Fields§
§size: usize
§info_array: *mut rmw_topic_endpoint_info_t
Trait Implementations§
source§impl Clone for rmw_topic_endpoint_info_array_s
impl Clone for rmw_topic_endpoint_info_array_s
source§fn clone(&self) -> rmw_topic_endpoint_info_array_s
fn clone(&self) -> rmw_topic_endpoint_info_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 moresource§impl PartialEq for rmw_topic_endpoint_info_array_s
impl PartialEq for rmw_topic_endpoint_info_array_s
source§fn eq(&self, other: &rmw_topic_endpoint_info_array_s) -> bool
fn eq(&self, other: &rmw_topic_endpoint_info_array_s) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for rmw_topic_endpoint_info_array_s
impl StructuralPartialEq for rmw_topic_endpoint_info_array_s
Auto Trait Implementations§
impl Freeze for rmw_topic_endpoint_info_array_s
impl RefUnwindSafe for rmw_topic_endpoint_info_array_s
impl !Send for rmw_topic_endpoint_info_array_s
impl !Sync for rmw_topic_endpoint_info_array_s
impl Unpin for rmw_topic_endpoint_info_array_s
impl UnwindSafe for rmw_topic_endpoint_info_array_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
)