pub type rmw_services_t = rmw_services_s;
Aliased Type§
struct rmw_services_t {
pub service_count: usize,
pub services: *mut *mut c_void,
}
Fields§
§service_count: usize
§services: *mut *mut c_void
Trait Implementations
Source§impl Clone for rmw_services_s
impl Clone for rmw_services_s
Source§fn clone(&self) -> rmw_services_s
fn clone(&self) -> rmw_services_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