#[repr(C)]
pub struct rmw_topic_endpoint_info_t { pub node_name: *const c_char, pub node_namespace: *const c_char, pub topic_type: *const c_char, pub endpoint_type: rmw_endpoint_type_t, pub endpoint_gid: [u8; 24], pub qos_profile: rmw_qos_profile_t, }
Expand description

A data structure that encapsulates the node name, node namespace, topic_type, gid, and qos_profile of publishers and subscriptions for a topic.

Fields

node_name: *const c_char

Name of the node

node_namespace: *const c_char

Namespace of the node

topic_type: *const c_char

The associated topic type

endpoint_type: rmw_endpoint_type_t

The endpoint type

endpoint_gid: [u8; 24]

The GID of the endpoint

qos_profile: rmw_qos_profile_t

QoS profile of the endpoint

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.