Struct WHV_RUN_VP_EXIT_CONTEXT
#[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 Anonymous: WHV_RUN_VP_EXIT_CONTEXT_0,
}
Fields§
§ExitReason: WHV_RUN_VP_EXIT_REASON
§Reserved: u32
§VpContext: WHV_VP_EXIT_CONTEXT
§Anonymous: WHV_RUN_VP_EXIT_CONTEXT_0
Trait Implementations§
§impl Clone for WHV_RUN_VP_EXIT_CONTEXT
impl Clone for WHV_RUN_VP_EXIT_CONTEXT
§fn clone(&self) -> WHV_RUN_VP_EXIT_CONTEXT
fn clone(&self) -> WHV_RUN_VP_EXIT_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_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 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