Union WHV_X64_PENDING_EXCEPTION_EVENT
#[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
§fn clone(&self) -> WHV_X64_PENDING_EXCEPTION_EVENT
fn clone(&self) -> WHV_X64_PENDING_EXCEPTION_EVENT
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_X64_PENDING_EXCEPTION_EVENT
Auto Trait Implementations§
impl Freeze for WHV_X64_PENDING_EXCEPTION_EVENT
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