pub type rmw_clients_t = rmw_clients_s;
Aliased Type§
struct rmw_clients_t {
pub client_count: usize,
pub clients: *mut *mut c_void,
}
Fields§
§client_count: usize
§clients: *mut *mut c_void
Trait Implementations
Source§impl Clone for rmw_clients_s
impl Clone for rmw_clients_s
Source§fn clone(&self) -> rmw_clients_s
fn clone(&self) -> rmw_clients_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