r2r_rcl

Type Alias rmw_topic_endpoint_info_t

Source
pub type rmw_topic_endpoint_info_t = rmw_topic_endpoint_info_s;

Aliased Type§

struct rmw_topic_endpoint_info_t {
    pub node_name: *const i8,
    pub node_namespace: *const i8,
    pub topic_type: *const i8,
    pub endpoint_type: rmw_endpoint_type_e,
    pub endpoint_gid: [u8; 24],
    pub qos_profile: rmw_qos_profile_s,
}

Fields§

§node_name: *const i8§node_namespace: *const i8§topic_type: *const i8§endpoint_type: rmw_endpoint_type_e§endpoint_gid: [u8; 24]§qos_profile: rmw_qos_profile_s

Trait Implementations

Source§

impl Clone for rmw_topic_endpoint_info_s

Source§

fn clone(&self) -> rmw_topic_endpoint_info_s

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for rmw_topic_endpoint_info_s

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for rmw_topic_endpoint_info_s

Source§

fn eq(&self, other: &rmw_topic_endpoint_info_s) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for rmw_topic_endpoint_info_s

Source§

impl StructuralPartialEq for rmw_topic_endpoint_info_s