#[repr(C)]pub struct WHV_RUN_VP_CANCELED_CONTEXT {
pub CancelReason: WHV_RUN_VP_CANCEL_REASON,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
CancelReason: WHV_RUN_VP_CANCEL_REASON
Trait Implementations
impl Clone for WHV_RUN_VP_CANCELED_CONTEXT
impl Clone for WHV_RUN_VP_CANCELED_CONTEXT
impl Copy for WHV_RUN_VP_CANCELED_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for WHV_RUN_VP_CANCELED_CONTEXT
impl Send for WHV_RUN_VP_CANCELED_CONTEXT
impl Sync for WHV_RUN_VP_CANCELED_CONTEXT
impl Unpin for WHV_RUN_VP_CANCELED_CONTEXT
impl UnwindSafe for WHV_RUN_VP_CANCELED_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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