pub type dds_builtintopic_topic_key_t = dds_builtintopic_topic_key;

Aliased Type§

struct dds_builtintopic_topic_key_t {
    pub d: [u8; 16],
}

Fields§

§d: [u8; 16]

Trait Implementations§

source§

impl Clone for dds_builtintopic_topic_key

source§

fn clone(&self) -> dds_builtintopic_topic_key

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 dds_builtintopic_topic_key

source§

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

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

impl Copy for dds_builtintopic_topic_key