pub type rmw_publisher_options_t = rmw_publisher_options_s;
Aliased Type§
struct rmw_publisher_options_t {
pub rmw_specific_publisher_payload: *mut c_void,
pub require_unique_network_flow_endpoints: rmw_unique_network_flow_endpoints_requirement_e,
}
Fields§
§rmw_specific_publisher_payload: *mut c_void
§require_unique_network_flow_endpoints: rmw_unique_network_flow_endpoints_requirement_e
Trait Implementations
Source§impl Clone for rmw_publisher_options_s
impl Clone for rmw_publisher_options_s
Source§fn clone(&self) -> rmw_publisher_options_s
fn clone(&self) -> rmw_publisher_options_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