pub type dds_cdrstream_desc_key_t = dds_cdrstream_desc_key;

Aliased Type§

struct dds_cdrstream_desc_key_t {
    pub ops_offs: u32,
    pub idx: u32,
}

Fields§

§ops_offs: u32§idx: u32

Trait Implementations§

source§

impl Clone for dds_cdrstream_desc_key

source§

fn clone(&self) -> dds_cdrstream_desc_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_cdrstream_desc_key

source§

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

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

impl Copy for dds_cdrstream_desc_key