pub type rmw_event_t = rmw_event_s;
Aliased Type§
struct rmw_event_t {
pub implementation_identifier: *const i8,
pub data: *mut c_void,
pub event_type: rmw_event_type_e,
}
Fields§
§implementation_identifier: *const i8
§data: *mut c_void
§event_type: rmw_event_type_e
Trait Implementations
Source§impl Clone for rmw_event_s
impl Clone for rmw_event_s
Source§fn clone(&self) -> rmw_event_s
fn clone(&self) -> rmw_event_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