pub type dds_latency_budget_qospolicy_t = dds_latency_budget_qospolicy;

Aliased Type§

struct dds_latency_budget_qospolicy_t {
    pub duration: i64,
}

Fields§

§duration: i64

Trait Implementations§

source§

impl Clone for dds_latency_budget_qospolicy

source§

fn clone(&self) -> dds_latency_budget_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_latency_budget_qospolicy

source§

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

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

impl Copy for dds_latency_budget_qospolicy