pub type dds_destination_order_qospolicy_t = dds_destination_order_qospolicy;

Aliased Type§

struct dds_destination_order_qospolicy_t {
    pub kind: u32,
}

Fields§

§kind: u32

Trait Implementations§

source§

impl Clone for dds_destination_order_qospolicy

source§

fn clone(&self) -> dds_destination_order_qospolicy

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_destination_order_qospolicy

source§

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

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

impl Copy for dds_destination_order_qospolicy