Struct windows_sys::Win32::System::Hypervisor::WHV_HYPERCALL_CONTEXT
[−]#[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: u64
Rbx: u64
Rcx: u64
Rdx: u64
R8: u64
Rsi: u64
Rdi: u64
Reserved0: u64
XmmRegisters: [WHV_UINT128; 6]
Reserved1: [u64; 2]
Trait Implementations
impl Clone for WHV_HYPERCALL_CONTEXT
impl Clone for WHV_HYPERCALL_CONTEXT
impl Copy for WHV_HYPERCALL_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for WHV_HYPERCALL_CONTEXT
impl Send for WHV_HYPERCALL_CONTEXT
impl Sync for WHV_HYPERCALL_CONTEXT
impl Unpin for WHV_HYPERCALL_CONTEXT
impl UnwindSafe for WHV_HYPERCALL_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more