#[repr(C)]pub struct dds_topic_descriptor {
pub m_size: u32,
pub m_align: u32,
pub m_flagset: u32,
pub m_nkeys: u32,
pub m_typename: *const c_char,
pub m_keys: *const dds_key_descriptor_t,
pub m_nops: u32,
pub m_ops: *const u32,
pub m_meta: *const c_char,
pub type_information: dds_type_meta_ser,
pub type_mapping: dds_type_meta_ser,
pub restrict_data_representation: u32,
}Fields§
§m_size: u32§m_align: u32§m_flagset: u32§m_nkeys: u32§m_typename: *const c_char§m_keys: *const dds_key_descriptor_t§m_nops: u32§m_ops: *const u32§m_meta: *const c_char§type_information: dds_type_meta_ser§type_mapping: dds_type_meta_ser§restrict_data_representation: u32Trait Implementations§
Source§impl Clone for dds_topic_descriptor
impl Clone for dds_topic_descriptor
Source§fn clone(&self) -> dds_topic_descriptor
fn clone(&self) -> dds_topic_descriptor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dds_topic_descriptor
impl Debug for dds_topic_descriptor
Source§impl Default for dds_topic_descriptor
impl Default for dds_topic_descriptor
impl Copy for dds_topic_descriptor
Auto Trait Implementations§
impl Freeze for dds_topic_descriptor
impl RefUnwindSafe for dds_topic_descriptor
impl !Send for dds_topic_descriptor
impl !Sync for dds_topic_descriptor
impl Unpin for dds_topic_descriptor
impl UnwindSafe for dds_topic_descriptor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more