Type Alias cyclors::ddsi_rtps_msg_len_t

source ·
pub type ddsi_rtps_msg_len_t = ddsi_rtps_msg_len;

Aliased Type§

struct ddsi_rtps_msg_len_t {
    pub smhdr: ddsi_rtps_submessage_header,
    pub length: u32,
}

Fields§

§smhdr: ddsi_rtps_submessage_header§length: u32

Trait Implementations§

source§

impl Clone for ddsi_rtps_msg_len

source§

fn clone(&self) -> ddsi_rtps_msg_len

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_rtps_msg_len

source§

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

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

impl Copy for ddsi_rtps_msg_len