pub type dds_type_consistency_enforcement_qospolicy_t = dds_type_consistency_enforcement_qospolicy;

Aliased Type§

struct dds_type_consistency_enforcement_qospolicy_t {
    pub kind: u32,
    pub ignore_sequence_bounds: bool,
    pub ignore_string_bounds: bool,
    pub ignore_member_names: bool,
    pub prevent_type_widening: bool,
    pub force_type_validation: bool,
}

Fields§

§kind: u32§ignore_sequence_bounds: bool§ignore_string_bounds: bool§ignore_member_names: bool§prevent_type_widening: bool§force_type_validation: bool

Trait Implementations§

source§

impl Clone for dds_type_consistency_enforcement_qospolicy

source§

fn clone(&self) -> dds_type_consistency_enforcement_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_type_consistency_enforcement_qospolicy

source§

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

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

impl Copy for dds_type_consistency_enforcement_qospolicy