#[repr(C)]
pub union WHV_X64_VP_EXECUTION_STATE {
pub Anonymous: WHV_X64_VP_EXECUTION_STATE_0,
pub AsUINT16: u16,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Anonymous: WHV_X64_VP_EXECUTION_STATE_0
AsUINT16: u16
Trait Implementations
impl Clone for WHV_X64_VP_EXECUTION_STATE
impl Clone for WHV_X64_VP_EXECUTION_STATE
impl Copy for WHV_X64_VP_EXECUTION_STATE
Auto Trait Implementations
impl RefUnwindSafe for WHV_X64_VP_EXECUTION_STATE
impl Send for WHV_X64_VP_EXECUTION_STATE
impl Sync for WHV_X64_VP_EXECUTION_STATE
impl Unpin for WHV_X64_VP_EXECUTION_STATE
impl UnwindSafe for WHV_X64_VP_EXECUTION_STATE
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