#[repr(C)]pub struct DDS_XTypes_PlainMapLTypeDefn {
pub header: DDS_XTypes_PlainCollectionHeader,
pub bound: DDS_XTypes_LBound,
pub element_identifier: *mut DDS_XTypes_TypeIdentifier,
pub key_flags: DDS_XTypes_CollectionElementFlag,
pub key_identifier: *mut DDS_XTypes_TypeIdentifier,
}Fields§
§header: DDS_XTypes_PlainCollectionHeader§bound: DDS_XTypes_LBound§element_identifier: *mut DDS_XTypes_TypeIdentifier§key_flags: DDS_XTypes_CollectionElementFlag§key_identifier: *mut DDS_XTypes_TypeIdentifierTrait Implementations§
Source§impl Clone for DDS_XTypes_PlainMapLTypeDefn
impl Clone for DDS_XTypes_PlainMapLTypeDefn
Source§fn clone(&self) -> DDS_XTypes_PlainMapLTypeDefn
fn clone(&self) -> DDS_XTypes_PlainMapLTypeDefn
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_XTypes_PlainMapLTypeDefn
Source§impl Debug for DDS_XTypes_PlainMapLTypeDefn
impl Debug for DDS_XTypes_PlainMapLTypeDefn
Auto Trait Implementations§
impl !Send for DDS_XTypes_PlainMapLTypeDefn
impl !Sync for DDS_XTypes_PlainMapLTypeDefn
impl Freeze for DDS_XTypes_PlainMapLTypeDefn
impl RefUnwindSafe for DDS_XTypes_PlainMapLTypeDefn
impl Unpin for DDS_XTypes_PlainMapLTypeDefn
impl UnsafeUnpin for DDS_XTypes_PlainMapLTypeDefn
impl UnwindSafe for DDS_XTypes_PlainMapLTypeDefn
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