#[repr(C)]pub struct DDS_XTypes_UnionCaseLabelSeq {
pub _maximum: u32,
pub _length: u32,
pub _buffer: *mut i32,
pub _release: bool,
}Fields§
§_maximum: u32§_length: u32§_buffer: *mut i32§_release: boolTrait Implementations§
Source§impl Clone for DDS_XTypes_UnionCaseLabelSeq
impl Clone for DDS_XTypes_UnionCaseLabelSeq
Source§fn clone(&self) -> DDS_XTypes_UnionCaseLabelSeq
fn clone(&self) -> DDS_XTypes_UnionCaseLabelSeq
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_UnionCaseLabelSeq
impl Debug for DDS_XTypes_UnionCaseLabelSeq
impl Copy for DDS_XTypes_UnionCaseLabelSeq
Auto Trait Implementations§
impl Freeze for DDS_XTypes_UnionCaseLabelSeq
impl RefUnwindSafe for DDS_XTypes_UnionCaseLabelSeq
impl !Send for DDS_XTypes_UnionCaseLabelSeq
impl !Sync for DDS_XTypes_UnionCaseLabelSeq
impl Unpin for DDS_XTypes_UnionCaseLabelSeq
impl UnwindSafe for DDS_XTypes_UnionCaseLabelSeq
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)