Struct windows_sys::Win32::System::Hypervisor::WHV_EMULATOR_CALLBACKS
[−]#[repr(C)]pub struct WHV_EMULATOR_CALLBACKS {
pub Size: u32,
pub Reserved: u32,
pub WHvEmulatorIoPortCallback: WHV_EMULATOR_IO_PORT_CALLBACK,
pub WHvEmulatorMemoryCallback: WHV_EMULATOR_MEMORY_CALLBACK,
pub WHvEmulatorGetVirtualProcessorRegisters: WHV_EMULATOR_GET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK,
pub WHvEmulatorSetVirtualProcessorRegisters: WHV_EMULATOR_SET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK,
pub WHvEmulatorTranslateGvaPage: WHV_EMULATOR_TRANSLATE_GVA_PAGE_CALLBACK,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Size: u32
Reserved: u32
WHvEmulatorIoPortCallback: WHV_EMULATOR_IO_PORT_CALLBACK
WHvEmulatorMemoryCallback: WHV_EMULATOR_MEMORY_CALLBACK
WHvEmulatorGetVirtualProcessorRegisters: WHV_EMULATOR_GET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK
WHvEmulatorSetVirtualProcessorRegisters: WHV_EMULATOR_SET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACK
WHvEmulatorTranslateGvaPage: WHV_EMULATOR_TRANSLATE_GVA_PAGE_CALLBACK
Trait Implementations
impl Clone for WHV_EMULATOR_CALLBACKS
impl Clone for WHV_EMULATOR_CALLBACKS
impl Copy for WHV_EMULATOR_CALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for WHV_EMULATOR_CALLBACKS
impl Send for WHV_EMULATOR_CALLBACKS
impl Sync for WHV_EMULATOR_CALLBACKS
impl Unpin for WHV_EMULATOR_CALLBACKS
impl UnwindSafe for WHV_EMULATOR_CALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more