Struct windows_sys::Win32::System::Diagnostics::Debug::PHYSICAL_MEMORY_DESCRIPTOR64
#[repr(C)]pub struct PHYSICAL_MEMORY_DESCRIPTOR64 {
pub NumberOfRuns: u32,
pub NumberOfPages: u64,
pub Run: [PHYSICAL_MEMORY_RUN64; 1],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§NumberOfRuns: u32
§NumberOfPages: u64
§Run: [PHYSICAL_MEMORY_RUN64; 1]