#[repr(C)]
pub union WHV_X64_PENDING_EXCEPTION_EVENT {
pub Anonymous: WHV_X64_PENDING_EXCEPTION_EVENT_0,
pub AsUINT128: WHV_UINT128,
}
Fields§
§Anonymous: WHV_X64_PENDING_EXCEPTION_EVENT_0
§AsUINT128: WHV_UINT128
Trait Implementations§
§impl Clone for WHV_X64_PENDING_EXCEPTION_EVENT
impl Clone for WHV_X64_PENDING_EXCEPTION_EVENT
impl Copy for WHV_X64_PENDING_EXCEPTION_EVENT
Auto Trait Implementations§
impl RefUnwindSafe for WHV_X64_PENDING_EXCEPTION_EVENT
impl Send for WHV_X64_PENDING_EXCEPTION_EVENT
impl Sync for WHV_X64_PENDING_EXCEPTION_EVENT
impl Unpin for WHV_X64_PENDING_EXCEPTION_EVENT
impl UnwindSafe for WHV_X64_PENDING_EXCEPTION_EVENT
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