Struct windows_sys::Win32::System::Hypervisor::VM_GENCOUNTER
#[repr(C)]pub struct VM_GENCOUNTER {
pub GenerationCount: u64,
pub GenerationCountHigh: u64,
}Expand description
Required features: "Win32_System_Hypervisor"
Fields§
§GenerationCount: u64§GenerationCountHigh: u64