#[repr(C)]pub struct DDS_XTypes_PlainArrayLElemDefn {
pub header: DDS_XTypes_PlainCollectionHeader,
pub array_bound_seq: DDS_XTypes_LBoundSeq,
pub element_identifier: *mut DDS_XTypes_TypeIdentifier,
}Fields§
§header: DDS_XTypes_PlainCollectionHeader§array_bound_seq: DDS_XTypes_LBoundSeq§element_identifier: *mut DDS_XTypes_TypeIdentifierTrait Implementations§
Source§impl Clone for DDS_XTypes_PlainArrayLElemDefn
impl Clone for DDS_XTypes_PlainArrayLElemDefn
Source§fn clone(&self) -> DDS_XTypes_PlainArrayLElemDefn
fn clone(&self) -> DDS_XTypes_PlainArrayLElemDefn
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_PlainArrayLElemDefn
Auto Trait Implementations§
impl Freeze for DDS_XTypes_PlainArrayLElemDefn
impl RefUnwindSafe for DDS_XTypes_PlainArrayLElemDefn
impl !Send for DDS_XTypes_PlainArrayLElemDefn
impl !Sync for DDS_XTypes_PlainArrayLElemDefn
impl Unpin for DDS_XTypes_PlainArrayLElemDefn
impl UnwindSafe for DDS_XTypes_PlainArrayLElemDefn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)