#[repr(C)]pub struct DDS_XTypes_CommonBitmaskHeader {
pub bit_bound: DDS_XTypes_BitBound,
}Fields§
§bit_bound: DDS_XTypes_BitBoundTrait Implementations§
Source§impl Clone for DDS_XTypes_CommonBitmaskHeader
impl Clone for DDS_XTypes_CommonBitmaskHeader
Source§fn clone(&self) -> DDS_XTypes_CommonBitmaskHeader
fn clone(&self) -> DDS_XTypes_CommonBitmaskHeader
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_CommonBitmaskHeader
Auto Trait Implementations§
impl Freeze for DDS_XTypes_CommonBitmaskHeader
impl RefUnwindSafe for DDS_XTypes_CommonBitmaskHeader
impl Send for DDS_XTypes_CommonBitmaskHeader
impl Sync for DDS_XTypes_CommonBitmaskHeader
impl Unpin for DDS_XTypes_CommonBitmaskHeader
impl UnwindSafe for DDS_XTypes_CommonBitmaskHeader
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