Type Alias cyclors::dds_dynamic_type_t

source ·
pub type dds_dynamic_type_t = dds_dynamic_type;

Aliased Type§

struct dds_dynamic_type_t {
    pub x: [*mut c_void; 2],
    pub ret: i32,
}

Fields§

§x: [*mut c_void; 2]§ret: i32

Trait Implementations§

source§

impl Clone for dds_dynamic_type

source§

fn clone(&self) -> dds_dynamic_type

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_dynamic_type

source§

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

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

impl Copy for dds_dynamic_type