pub type dds_binarypropertyseq_t = dds_binarypropertyseq;Aliased Type§
#[repr(C)]pub struct dds_binarypropertyseq_t {
pub n: u32,
pub props: *mut dds_binaryproperty,
}Fields§
§n: u32§props: *mut dds_binarypropertypub type dds_binarypropertyseq_t = dds_binarypropertyseq;#[repr(C)]pub struct dds_binarypropertyseq_t {
pub n: u32,
pub props: *mut dds_binaryproperty,
}n: u32§props: *mut dds_binaryproperty