Union windows_sys::Wdk::System::SystemServices::MCI_STATS
#[repr(C)]
pub union MCI_STATS {
pub MciStats: MCI_STATS_0,
pub QuadPart: u64,
}
Fields§
§MciStats: MCI_STATS_0
§QuadPart: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MCI_STATS
impl Send for MCI_STATS
impl Sync for MCI_STATS
impl Unpin for MCI_STATS
impl UnwindSafe for MCI_STATS
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