Union windows::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 Freeze for MCI_STATS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)