Struct windows_sys::Win32::System::Hypervisor::WHV_VP_EXCEPTION_CONTEXT
[−]#[repr(C)]pub struct WHV_VP_EXCEPTION_CONTEXT {
pub InstructionByteCount: u8,
pub Reserved: [u8; 3],
pub InstructionBytes: [u8; 16],
pub ExceptionInfo: WHV_VP_EXCEPTION_INFO,
pub ExceptionType: u8,
pub Reserved2: [u8; 3],
pub ErrorCode: u32,
pub ExceptionParameter: u64,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
InstructionByteCount: u8
Reserved: [u8; 3]
InstructionBytes: [u8; 16]
ExceptionInfo: WHV_VP_EXCEPTION_INFO
ExceptionType: u8
Reserved2: [u8; 3]
ErrorCode: u32
ExceptionParameter: u64
Trait Implementations
impl Clone for WHV_VP_EXCEPTION_CONTEXT
impl Clone for WHV_VP_EXCEPTION_CONTEXT
impl Copy for WHV_VP_EXCEPTION_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for WHV_VP_EXCEPTION_CONTEXT
impl Send for WHV_VP_EXCEPTION_CONTEXT
impl Sync for WHV_VP_EXCEPTION_CONTEXT
impl Unpin for WHV_VP_EXCEPTION_CONTEXT
impl UnwindSafe for WHV_VP_EXCEPTION_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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