#[repr(C)]pub struct WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT {
pub DeliverableType: WHV_X64_PENDING_INTERRUPTION_TYPE,
}
Expand description
Required features: ‘Win32_System_Hypervisor’
Fields
DeliverableType: WHV_X64_PENDING_INTERRUPTION_TYPE
Trait Implementations
impl Copy for WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT
impl Send for WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT
impl Sync for WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT
impl Unpin for WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT
impl UnwindSafe for WHV_X64_INTERRUPTION_DELIVERABLE_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more