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