#[repr(C)]pub struct WHV_RUN_VP_EXIT_CONTEXT {
pub ExitReason: WHV_RUN_VP_EXIT_REASON,
pub Reserved: u32,
pub VpContext: WHV_VP_EXIT_CONTEXT,
pub u: WHV_RUN_VP_EXIT_CONTEXT_u,
}Fields§
§ExitReason: WHV_RUN_VP_EXIT_REASON§Reserved: u32§VpContext: WHV_VP_EXIT_CONTEXT§u: WHV_RUN_VP_EXIT_CONTEXT_uTrait Implementations§
Source§impl Clone for WHV_RUN_VP_EXIT_CONTEXT
impl Clone for WHV_RUN_VP_EXIT_CONTEXT
Source§fn clone(&self) -> WHV_RUN_VP_EXIT_CONTEXT
fn clone(&self) -> WHV_RUN_VP_EXIT_CONTEXT
Returns a duplicate 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_RUN_VP_EXIT_CONTEXT
Auto Trait Implementations§
impl Freeze for WHV_RUN_VP_EXIT_CONTEXT
impl RefUnwindSafe for WHV_RUN_VP_EXIT_CONTEXT
impl Send for WHV_RUN_VP_EXIT_CONTEXT
impl Sync for WHV_RUN_VP_EXIT_CONTEXT
impl Unpin for WHV_RUN_VP_EXIT_CONTEXT
impl UnsafeUnpin for WHV_RUN_VP_EXIT_CONTEXT
impl UnwindSafe for WHV_RUN_VP_EXIT_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