#[repr(C)]pub struct DDS_XTypes_MinimalBitfield {
pub common: DDS_XTypes_CommonBitfield,
pub name_hash: DDS_XTypes_NameHash,
}Fields§
§common: DDS_XTypes_CommonBitfield§name_hash: DDS_XTypes_NameHashTrait Implementations§
Source§impl Clone for DDS_XTypes_MinimalBitfield
impl Clone for DDS_XTypes_MinimalBitfield
Source§fn clone(&self) -> DDS_XTypes_MinimalBitfield
fn clone(&self) -> DDS_XTypes_MinimalBitfield
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_MinimalBitfield
impl Debug for DDS_XTypes_MinimalBitfield
impl Copy for DDS_XTypes_MinimalBitfield
Auto Trait Implementations§
impl Freeze for DDS_XTypes_MinimalBitfield
impl RefUnwindSafe for DDS_XTypes_MinimalBitfield
impl Send for DDS_XTypes_MinimalBitfield
impl Sync for DDS_XTypes_MinimalBitfield
impl Unpin for DDS_XTypes_MinimalBitfield
impl UnwindSafe for DDS_XTypes_MinimalBitfield
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)