#[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: u32Reserved: u32WHvEmulatorIoPortCallback: WHV_EMULATOR_IO_PORT_CALLBACKWHvEmulatorMemoryCallback: WHV_EMULATOR_MEMORY_CALLBACKWHvEmulatorGetVirtualProcessorRegisters: WHV_EMULATOR_GET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACKWHvEmulatorSetVirtualProcessorRegisters: WHV_EMULATOR_SET_VIRTUAL_PROCESSOR_REGISTERS_CALLBACKWHvEmulatorTranslateGvaPage: WHV_EMULATOR_TRANSLATE_GVA_PAGE_CALLBACK

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.