#[repr(C)]pub struct DDS_XTypes_PlainMapSTypeDefn {
pub header: DDS_XTypes_PlainCollectionHeader,
pub bound: DDS_XTypes_SBound,
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_SBound§element_identifier: *mut DDS_XTypes_TypeIdentifier§key_flags: DDS_XTypes_CollectionElementFlag§key_identifier: *mut DDS_XTypes_TypeIdentifierTrait Implementations§
Source§impl Clone for DDS_XTypes_PlainMapSTypeDefn
impl Clone for DDS_XTypes_PlainMapSTypeDefn
Source§fn clone(&self) -> DDS_XTypes_PlainMapSTypeDefn
fn clone(&self) -> DDS_XTypes_PlainMapSTypeDefn
Returns a copy 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_XTypes_PlainMapSTypeDefn
impl Debug for DDS_XTypes_PlainMapSTypeDefn
impl Copy for DDS_XTypes_PlainMapSTypeDefn
Auto Trait Implementations§
impl Freeze for DDS_XTypes_PlainMapSTypeDefn
impl RefUnwindSafe for DDS_XTypes_PlainMapSTypeDefn
impl !Send for DDS_XTypes_PlainMapSTypeDefn
impl !Sync for DDS_XTypes_PlainMapSTypeDefn
impl Unpin for DDS_XTypes_PlainMapSTypeDefn
impl UnwindSafe for DDS_XTypes_PlainMapSTypeDefn
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