#[repr(C)]pub struct WER_RUNTIME_EXCEPTION_INFORMATION {
pub dwSize: u32,
pub hProcess: HANDLE,
pub hThread: HANDLE,
pub exceptionRecord: EXCEPTION_RECORD,
pub context: CONTEXT,
pub pwszReportId: PCWSTR,
pub bIsFatal: BOOL,
pub dwReserved: u32,
}Expand description
Required features: "Win32_System_ErrorReporting", "Win32_Foundation", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel"
Fields
dwSize: u32hProcess: HANDLEhThread: HANDLEexceptionRecord: EXCEPTION_RECORDcontext: CONTEXTpwszReportId: PCWSTRbIsFatal: BOOLdwReserved: u32Trait Implementations
impl Clone for WER_RUNTIME_EXCEPTION_INFORMATION
impl Clone for WER_RUNTIME_EXCEPTION_INFORMATION
impl Copy for WER_RUNTIME_EXCEPTION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for WER_RUNTIME_EXCEPTION_INFORMATION
impl !Send for WER_RUNTIME_EXCEPTION_INFORMATION
impl !Sync for WER_RUNTIME_EXCEPTION_INFORMATION
impl Unpin for WER_RUNTIME_EXCEPTION_INFORMATION
impl UnwindSafe for WER_RUNTIME_EXCEPTION_INFORMATION
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