pub type dds_data_representation_id_seq_t = dds_data_representation_id_seq;

Aliased Type§

struct dds_data_representation_id_seq_t {
    pub n: u32,
    pub ids: *mut i16,
}

Fields§

§n: u32§ids: *mut i16

Trait Implementations§

source§

impl Clone for dds_data_representation_id_seq

source§

fn clone(&self) -> dds_data_representation_id_seq

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_data_representation_id_seq

source§

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

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

impl Copy for dds_data_representation_id_seq