Struct windows_sys::Wdk::System::SystemServices::MCI_STATUS_INTEL_BITS
#[repr(C, packed(1))]pub struct MCI_STATUS_INTEL_BITS {
pub _bitfield: u64,
}
Fields§
§_bitfield: u64
Trait Implementations§
§impl Clone for MCI_STATUS_INTEL_BITS
impl Clone for MCI_STATUS_INTEL_BITS
impl Copy for MCI_STATUS_INTEL_BITS
Auto Trait Implementations§
impl RefUnwindSafe for MCI_STATUS_INTEL_BITS
impl Send for MCI_STATUS_INTEL_BITS
impl Sync for MCI_STATUS_INTEL_BITS
impl Unpin for MCI_STATUS_INTEL_BITS
impl UnwindSafe for MCI_STATUS_INTEL_BITS
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