Struct windows_sys::Win32::System::Hypervisor::WHV_CPUID_OUTPUT
#[repr(C)]pub struct WHV_CPUID_OUTPUT {
pub Eax: u32,
pub Ebx: u32,
pub Ecx: u32,
pub Edx: u32,
}Expand description
Required features: "Win32_System_Hypervisor"
Fields§
§Eax: u32§Ebx: u32§Ecx: u32§Edx: u32