#[repr(C)]pub struct DDS_XTypes_CompleteCollectionElement {
pub common: DDS_XTypes_CommonCollectionElement,
pub detail: DDS_XTypes_CompleteElementDetail,
}Fields§
§common: DDS_XTypes_CommonCollectionElement§detail: DDS_XTypes_CompleteElementDetailTrait Implementations§
Source§impl Clone for DDS_XTypes_CompleteCollectionElement
impl Clone for DDS_XTypes_CompleteCollectionElement
Source§fn clone(&self) -> DDS_XTypes_CompleteCollectionElement
fn clone(&self) -> DDS_XTypes_CompleteCollectionElement
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 moreimpl Copy for DDS_XTypes_CompleteCollectionElement
Auto Trait Implementations§
impl Freeze for DDS_XTypes_CompleteCollectionElement
impl RefUnwindSafe for DDS_XTypes_CompleteCollectionElement
impl !Send for DDS_XTypes_CompleteCollectionElement
impl !Sync for DDS_XTypes_CompleteCollectionElement
impl Unpin for DDS_XTypes_CompleteCollectionElement
impl UnwindSafe for DDS_XTypes_CompleteCollectionElement
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