Struct 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,
}
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
§fn clone(&self) -> WHV_EMULATOR_CALLBACKS
fn clone(&self) -> WHV_EMULATOR_CALLBACKS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WHV_EMULATOR_CALLBACKS
Auto Trait Implementations§
impl Freeze for WHV_EMULATOR_CALLBACKS
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more