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,
}
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)