Type Alias cyclors::dds_property_t

source ·
pub type dds_property_t = dds_property;

Aliased Type§

struct dds_property_t {
    pub propagate: u8,
    pub name: *mut i8,
    pub value: *mut i8,
}

Fields§

§propagate: u8§name: *mut i8§value: *mut i8

Trait Implementations§

source§

impl Clone for dds_property

source§

fn clone(&self) -> dds_property

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_property

source§

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

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

impl Copy for dds_property