#[repr(C)]pub struct DDS_XTypes_CommonBitfield {
pub position: u16,
pub flags: DDS_XTypes_BitsetMemberFlag,
pub bitcount: u8,
pub holder_type: DDS_XTypes_TypeKind,
}Fields§
§position: u16§flags: DDS_XTypes_BitsetMemberFlag§bitcount: u8§holder_type: DDS_XTypes_TypeKindTrait Implementations§
Source§impl Clone for DDS_XTypes_CommonBitfield
impl Clone for DDS_XTypes_CommonBitfield
Source§fn clone(&self) -> DDS_XTypes_CommonBitfield
fn clone(&self) -> DDS_XTypes_CommonBitfield
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_CommonBitfield
impl Debug for DDS_XTypes_CommonBitfield
impl Copy for DDS_XTypes_CommonBitfield
Auto Trait Implementations§
impl Freeze for DDS_XTypes_CommonBitfield
impl RefUnwindSafe for DDS_XTypes_CommonBitfield
impl Send for DDS_XTypes_CommonBitfield
impl Sync for DDS_XTypes_CommonBitfield
impl Unpin for DDS_XTypes_CommonBitfield
impl UnwindSafe for DDS_XTypes_CommonBitfield
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