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