pub type dds_userdata_qospolicy_t = ddsi_octetseq_t;

Aliased Type§

struct dds_userdata_qospolicy_t {
    pub length: u32,
    pub value: *mut u8,
}

Fields§

§length: u32§value: *mut u8

Trait Implementations§

source§

impl Clone for ddsi_octetseq

source§

fn clone(&self) -> ddsi_octetseq

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 ddsi_octetseq

source§

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

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

impl Copy for ddsi_octetseq