pub type dds_history_qospolicy_t = dds_history_qospolicy;

Aliased Type§

struct dds_history_qospolicy_t {
    pub kind: u32,
    pub depth: i32,
}

Fields§

§kind: u32§depth: i32

Trait Implementations§

source§

impl Clone for dds_history_qospolicy

source§

fn clone(&self) -> dds_history_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_history_qospolicy

source§

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

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

impl Copy for dds_history_qospolicy