#[repr(C)]pub struct rmw_topic_endpoint_info_visitor_t {
pub visit: rmw_topic_endpoint_info_visit_fn,
pub ctx: *mut c_void,
}Fields§
§visit: rmw_topic_endpoint_info_visit_fn§ctx: *mut c_voidTrait Implementations§
Source§impl Clone for rmw_topic_endpoint_info_visitor_t
impl Clone for rmw_topic_endpoint_info_visitor_t
Source§fn clone(&self) -> rmw_topic_endpoint_info_visitor_t
fn clone(&self) -> rmw_topic_endpoint_info_visitor_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rmw_topic_endpoint_info_visitor_t
Auto Trait Implementations§
impl !Send for rmw_topic_endpoint_info_visitor_t
impl !Sync for rmw_topic_endpoint_info_visitor_t
impl Freeze for rmw_topic_endpoint_info_visitor_t
impl RefUnwindSafe for rmw_topic_endpoint_info_visitor_t
impl Unpin for rmw_topic_endpoint_info_visitor_t
impl UnsafeUnpin for rmw_topic_endpoint_info_visitor_t
impl UnwindSafe for rmw_topic_endpoint_info_visitor_t
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