pub type dds_presentation_qospolicy_t = dds_presentation_qospolicy;

Aliased Type§

struct dds_presentation_qospolicy_t {
    pub access_scope: u32,
    pub coherent_access: u8,
    pub ordered_access: u8,
}

Fields§

§access_scope: u32§coherent_access: u8§ordered_access: u8

Trait Implementations§

source§

impl Clone for dds_presentation_qospolicy

source§

fn clone(&self) -> dds_presentation_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_presentation_qospolicy

source§

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

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

impl Copy for dds_presentation_qospolicy