Type Alias cyclors::dds_data_representation_id_seq_t

source ·
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