#[repr(C)]pub struct WHV_X64_PENDING_EXCEPTION_EVENT_0 {
pub _bitfield: u32,
pub ErrorCode: u32,
pub ExceptionParameter: u64,
}
Fields§
§_bitfield: u32
§ErrorCode: u32
§ExceptionParameter: u64
Trait Implementations§
§impl Clone for WHV_X64_PENDING_EXCEPTION_EVENT_0
impl Clone for WHV_X64_PENDING_EXCEPTION_EVENT_0
impl Copy for WHV_X64_PENDING_EXCEPTION_EVENT_0
Auto Trait Implementations§
impl RefUnwindSafe for WHV_X64_PENDING_EXCEPTION_EVENT_0
impl Send for WHV_X64_PENDING_EXCEPTION_EVENT_0
impl Sync for WHV_X64_PENDING_EXCEPTION_EVENT_0
impl Unpin for WHV_X64_PENDING_EXCEPTION_EVENT_0
impl UnwindSafe for WHV_X64_PENDING_EXCEPTION_EVENT_0
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