#[repr(C)]pub struct dds_type_meta_ser {
pub data: *const c_uchar,
pub sz: u32,
}Expand description
@ingroup topic_definition @brief Simple sized byte container to hold serialized type info Holds XTypes information (TypeInformation, TypeMapping) for a type
Fields§
§data: *const c_uchar< data pointer
sz: u32< data size
Trait Implementations§
Source§impl Clone for dds_type_meta_ser
impl Clone for dds_type_meta_ser
Source§fn clone(&self) -> dds_type_meta_ser
fn clone(&self) -> dds_type_meta_ser
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for dds_type_meta_ser
Source§impl Debug for dds_type_meta_ser
impl Debug for dds_type_meta_ser
Auto Trait Implementations§
impl !Send for dds_type_meta_ser
impl !Sync for dds_type_meta_ser
impl Freeze for dds_type_meta_ser
impl RefUnwindSafe for dds_type_meta_ser
impl Unpin for dds_type_meta_ser
impl UnsafeUnpin for dds_type_meta_ser
impl UnwindSafe for dds_type_meta_ser
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