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],
}
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
§fn clone(&self) -> WHV_HYPERCALL_CONTEXT
fn clone(&self) -> WHV_HYPERCALL_CONTEXT
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_HYPERCALL_CONTEXT
Auto Trait Implementations§
impl Freeze for WHV_HYPERCALL_CONTEXT
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§
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
)