#[repr(C)]pub struct WHV_PARTITION_MEMORY_COUNTERS {
pub Mapped4KPageCount: u64,
pub Mapped2MPageCount: u64,
pub Mapped1GPageCount: u64,
}
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§
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