Struct windows_sys::Win32::System::Diagnostics::Debug::CPU_INFORMATION_1
[−]#[repr(C)]pub struct CPU_INFORMATION_1 {
pub VendorId: [u32; 3],
pub VersionInformation: u32,
pub FeatureInformation: u32,
pub AMDExtendedCpuFeatures: u32,
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
VendorId: [u32; 3]VersionInformation: u32FeatureInformation: u32AMDExtendedCpuFeatures: u32