#[repr(C)]pub struct WHV_PARTITION_MEMORY_COUNTERS {
pub Mapped4KPageCount: u64,
pub Mapped2MPageCount: u64,
pub Mapped1GPageCount: u64,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Mapped4KPageCount: u64
Mapped2MPageCount: u64
Mapped1GPageCount: u64
Trait Implementations
impl Clone for WHV_PARTITION_MEMORY_COUNTERS
impl Clone for WHV_PARTITION_MEMORY_COUNTERS
impl Copy for WHV_PARTITION_MEMORY_COUNTERS
Auto Trait Implementations
impl RefUnwindSafe for WHV_PARTITION_MEMORY_COUNTERS
impl Send for WHV_PARTITION_MEMORY_COUNTERS
impl Sync for WHV_PARTITION_MEMORY_COUNTERS
impl Unpin for WHV_PARTITION_MEMORY_COUNTERS
impl UnwindSafe for WHV_PARTITION_MEMORY_COUNTERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more