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