#[repr(C)]pub struct dds_dynamic_type_spec {
pub kind: dds_dynamic_type_spec_kind_t,
pub type_: dds_dynamic_type_spec__bindgen_ty_1,
}Expand description
@ingroup dynamic_type
Dynamic Type specification: a reference to dynamic type, which can be a primitive type kind (just the type kind enumeration value), or a (primitive or non-primitive) dynamic type reference.
Fields§
§kind: dds_dynamic_type_spec_kind_t§type_: dds_dynamic_type_spec__bindgen_ty_1Trait Implementations§
Source§impl Clone for dds_dynamic_type_spec
impl Clone for dds_dynamic_type_spec
Source§fn clone(&self) -> dds_dynamic_type_spec
fn clone(&self) -> dds_dynamic_type_spec
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_dynamic_type_spec
Source§impl Debug for dds_dynamic_type_spec
impl Debug for dds_dynamic_type_spec
Auto Trait Implementations§
impl !Send for dds_dynamic_type_spec
impl !Sync for dds_dynamic_type_spec
impl Freeze for dds_dynamic_type_spec
impl RefUnwindSafe for dds_dynamic_type_spec
impl Unpin for dds_dynamic_type_spec
impl UnsafeUnpin for dds_dynamic_type_spec
impl UnwindSafe for dds_dynamic_type_spec
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