#[repr(C)]pub struct DDS_XTypes_MinimalUnionType {
pub union_flags: DDS_XTypes_UnionTypeFlag,
pub discriminator: DDS_XTypes_MinimalDiscriminatorMember,
pub member_seq: DDS_XTypes_MinimalUnionMemberSeq,
}
Fields§
§union_flags: DDS_XTypes_UnionTypeFlag
§discriminator: DDS_XTypes_MinimalDiscriminatorMember
§member_seq: DDS_XTypes_MinimalUnionMemberSeq
Trait Implementations§
Source§impl Clone for DDS_XTypes_MinimalUnionType
impl Clone for DDS_XTypes_MinimalUnionType
Source§fn clone(&self) -> DDS_XTypes_MinimalUnionType
fn clone(&self) -> DDS_XTypes_MinimalUnionType
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_MinimalUnionType
Auto Trait Implementations§
impl Freeze for DDS_XTypes_MinimalUnionType
impl RefUnwindSafe for DDS_XTypes_MinimalUnionType
impl !Send for DDS_XTypes_MinimalUnionType
impl !Sync for DDS_XTypes_MinimalUnionType
impl Unpin for DDS_XTypes_MinimalUnionType
impl UnwindSafe for DDS_XTypes_MinimalUnionType
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