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