Union MCI_STATUS
#[repr(C, packed(1))]
pub union MCI_STATUS {
pub CommonBits: MCI_STATUS_BITS_COMMON,
pub AmdBits: MCI_STATUS_AMD_BITS,
pub IntelBits: MCI_STATUS_INTEL_BITS,
pub QuadPart: u64,
}
Fields§
§CommonBits: MCI_STATUS_BITS_COMMON
§AmdBits: MCI_STATUS_AMD_BITS
§IntelBits: MCI_STATUS_INTEL_BITS
§QuadPart: u64
Trait Implementations§
§impl Clone for MCI_STATUS
impl Clone for MCI_STATUS
§fn clone(&self) -> MCI_STATUS
fn clone(&self) -> MCI_STATUS
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 MCI_STATUS
Auto Trait Implementations§
impl Freeze for MCI_STATUS
impl RefUnwindSafe for MCI_STATUS
impl Send for MCI_STATUS
impl Sync for MCI_STATUS
impl Unpin for MCI_STATUS
impl UnwindSafe for MCI_STATUS
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