#[repr(C)]pub struct D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY {
pub BytesAllocated: u64,
pub BytesReserved: u64,
pub SmallAllocationBlocks: u32,
pub LargeAllocationBlocks: u32,
pub WriteCombinedBytesAllocated: u64,
pub WriteCombinedBytesReserved: u64,
pub CachedBytesAllocated: u64,
pub CachedBytesReserved: u64,
pub SectionBytesAllocated: u64,
pub SectionBytesReserved: u64,
pub BytesZeroed: u64,
}
Fields§
§BytesAllocated: u64
§BytesReserved: u64
§SmallAllocationBlocks: u32
§LargeAllocationBlocks: u32
§WriteCombinedBytesAllocated: u64
§WriteCombinedBytesReserved: u64
§CachedBytesAllocated: u64
§CachedBytesReserved: u64
§SectionBytesAllocated: u64
§SectionBytesReserved: u64
§BytesZeroed: u64
Trait Implementations§
impl Copy for D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY
impl Send for D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY
impl Sync for D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY
impl Unpin for D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY
impl UnwindSafe for D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY
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