pub type rmw_events_t = rmw_events_s;
Aliased Type§
struct rmw_events_t {
pub event_count: usize,
pub events: *mut *mut c_void,
}
Fields§
§event_count: usize
§events: *mut *mut c_void
Trait Implementations
Source§impl Clone for rmw_events_s
impl Clone for rmw_events_s
Source§fn clone(&self) -> rmw_events_s
fn clone(&self) -> rmw_events_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