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