Union windows::Win32::System::Hypervisor::WHV_RUN_VP_EXIT_CONTEXT_0
#[repr(C)]
pub union WHV_RUN_VP_EXIT_CONTEXT_0 {
Show 15 fields
pub MemoryAccess: WHV_MEMORY_ACCESS_CONTEXT,
pub IoPortAccess: WHV_X64_IO_PORT_ACCESS_CONTEXT,
pub MsrAccess: WHV_X64_MSR_ACCESS_CONTEXT,
pub CpuidAccess: WHV_X64_CPUID_ACCESS_CONTEXT,
pub VpException: WHV_VP_EXCEPTION_CONTEXT,
pub InterruptWindow: WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT,
pub UnsupportedFeature: WHV_X64_UNSUPPORTED_FEATURE_CONTEXT,
pub CancelReason: WHV_RUN_VP_CANCELED_CONTEXT,
pub ApicEoi: WHV_X64_APIC_EOI_CONTEXT,
pub ReadTsc: WHV_X64_RDTSC_CONTEXT,
pub ApicSmi: WHV_X64_APIC_SMI_CONTEXT,
pub Hypercall: WHV_HYPERCALL_CONTEXT,
pub ApicInitSipi: WHV_X64_APIC_INIT_SIPI_CONTEXT,
pub ApicWrite: WHV_X64_APIC_WRITE_CONTEXT,
pub SynicSintDeliverable: WHV_SYNIC_SINT_DELIVERABLE_CONTEXT,
}
Fields§
§MemoryAccess: WHV_MEMORY_ACCESS_CONTEXT
§IoPortAccess: WHV_X64_IO_PORT_ACCESS_CONTEXT
§MsrAccess: WHV_X64_MSR_ACCESS_CONTEXT
§CpuidAccess: WHV_X64_CPUID_ACCESS_CONTEXT
§VpException: WHV_VP_EXCEPTION_CONTEXT
§InterruptWindow: WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT
§UnsupportedFeature: WHV_X64_UNSUPPORTED_FEATURE_CONTEXT
§CancelReason: WHV_RUN_VP_CANCELED_CONTEXT
§ApicEoi: WHV_X64_APIC_EOI_CONTEXT
§ReadTsc: WHV_X64_RDTSC_CONTEXT
§ApicSmi: WHV_X64_APIC_SMI_CONTEXT
§Hypercall: WHV_HYPERCALL_CONTEXT
§ApicInitSipi: WHV_X64_APIC_INIT_SIPI_CONTEXT
§ApicWrite: WHV_X64_APIC_WRITE_CONTEXT
§SynicSintDeliverable: WHV_SYNIC_SINT_DELIVERABLE_CONTEXT
Trait Implementations§
§impl Clone for WHV_RUN_VP_EXIT_CONTEXT_0
impl Clone for WHV_RUN_VP_EXIT_CONTEXT_0
§fn clone(&self) -> WHV_RUN_VP_EXIT_CONTEXT_0
fn clone(&self) -> WHV_RUN_VP_EXIT_CONTEXT_0
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 more§impl Default for WHV_RUN_VP_EXIT_CONTEXT_0
impl Default for WHV_RUN_VP_EXIT_CONTEXT_0
impl Copy for WHV_RUN_VP_EXIT_CONTEXT_0
Auto Trait Implementations§
impl Freeze for WHV_RUN_VP_EXIT_CONTEXT_0
impl RefUnwindSafe for WHV_RUN_VP_EXIT_CONTEXT_0
impl Send for WHV_RUN_VP_EXIT_CONTEXT_0
impl Sync for WHV_RUN_VP_EXIT_CONTEXT_0
impl Unpin for WHV_RUN_VP_EXIT_CONTEXT_0
impl UnwindSafe for WHV_RUN_VP_EXIT_CONTEXT_0
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
)