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