Type Alias cyclors::dds_guid_t

source ·
pub type dds_guid_t = dds_builtintopic_guid;

Aliased Type§

struct dds_guid_t {
    pub v: [u8; 16],
}

Fields§

§v: [u8; 16]

Trait Implementations§

source§

impl Clone for dds_builtintopic_guid

source§

fn clone(&self) -> dds_builtintopic_guid

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_guid

source§

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

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

impl Copy for dds_builtintopic_guid