#[repr(C)]
pub struct WHV_HYPERCALL_CONTEXT { pub Rax: u64, pub Rbx: u64, pub Rcx: u64, pub Rdx: u64, pub R8: u64, pub Rsi: u64, pub Rdi: u64, pub Reserved0: u64, pub XmmRegisters: [WHV_UINT128; 6], pub Reserved1: [u64; 2], }
Expand description

Required features: "Win32_System_Hypervisor"

Fields

Rax: u64Rbx: u64Rcx: u64Rdx: u64R8: u64Rsi: u64Rdi: u64Reserved0: u64XmmRegisters: [WHV_UINT128; 6]Reserved1: [u64; 2]

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.