pub type dds_dynamic_type_spec_t = dds_dynamic_type_spec;

Aliased Type§

struct dds_dynamic_type_spec_t {
    pub kind: u32,
    pub type_: dds_dynamic_type_spec__bindgen_ty_1,
}

Fields§

§kind: u32§type_: dds_dynamic_type_spec__bindgen_ty_1

Trait Implementations§

source§

impl Clone for dds_dynamic_type_spec

source§

fn clone(&self) -> dds_dynamic_type_spec

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 Copy for dds_dynamic_type_spec