pub type DDS_XTypes_StronglyConnectedComponent = DDS_XTypes_TypeObjectSeq;

Aliased Type§

struct DDS_XTypes_StronglyConnectedComponent {
    pub _maximum: u32,
    pub _length: u32,
    pub _buffer: *mut DDS_XTypes_TypeObject,
    pub _release: bool,
}

Fields§

§_maximum: u32§_length: u32§_buffer: *mut DDS_XTypes_TypeObject§_release: bool

Trait Implementations§

source§

impl Clone for DDS_XTypes_TypeObjectSeq

source§

fn clone(&self) -> DDS_XTypes_TypeObjectSeq

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_XTypes_TypeObjectSeq

source§

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

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

impl Copy for DDS_XTypes_TypeObjectSeq