#[repr(C)]pub struct DDS_XTypes_CommonArrayHeader {
pub bound_seq: DDS_XTypes_LBoundSeq,
}Fields§
§bound_seq: DDS_XTypes_LBoundSeqTrait Implementations§
Source§impl Clone for DDS_XTypes_CommonArrayHeader
impl Clone for DDS_XTypes_CommonArrayHeader
Source§fn clone(&self) -> DDS_XTypes_CommonArrayHeader
fn clone(&self) -> DDS_XTypes_CommonArrayHeader
Returns a duplicate 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_CommonArrayHeader
impl Debug for DDS_XTypes_CommonArrayHeader
impl Copy for DDS_XTypes_CommonArrayHeader
Auto Trait Implementations§
impl Freeze for DDS_XTypes_CommonArrayHeader
impl RefUnwindSafe for DDS_XTypes_CommonArrayHeader
impl !Send for DDS_XTypes_CommonArrayHeader
impl !Sync for DDS_XTypes_CommonArrayHeader
impl Unpin for DDS_XTypes_CommonArrayHeader
impl UnwindSafe for DDS_XTypes_CommonArrayHeader
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