pub type rmw_subscription_t = rmw_subscription_s;
Aliased Type§
struct rmw_subscription_t {
pub implementation_identifier: *const i8,
pub data: *mut c_void,
pub topic_name: *const i8,
pub options: rmw_subscription_options_s,
pub can_loan_messages: bool,
pub is_cft_enabled: bool,
}
Fields§
§implementation_identifier: *const i8
§data: *mut c_void
§topic_name: *const i8
§options: rmw_subscription_options_s
§can_loan_messages: bool
§is_cft_enabled: bool
Trait Implementations
Source§impl Clone for rmw_subscription_s
impl Clone for rmw_subscription_s
Source§fn clone(&self) -> rmw_subscription_s
fn clone(&self) -> rmw_subscription_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