Struct windows_sys::Win32::System::Diagnostics::Debug::EXCEPTION_RECORD32
[−]#[repr(C)]pub struct EXCEPTION_RECORD32 {
pub ExceptionCode: NTSTATUS,
pub ExceptionFlags: u32,
pub ExceptionRecord: u32,
pub ExceptionAddress: u32,
pub NumberParameters: u32,
pub ExceptionInformation: [u32; 15],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
ExceptionCode: NTSTATUS
ExceptionFlags: u32
ExceptionRecord: u32
ExceptionAddress: u32
NumberParameters: u32
ExceptionInformation: [u32; 15]
Trait Implementations
impl Clone for EXCEPTION_RECORD32
impl Clone for EXCEPTION_RECORD32
impl Copy for EXCEPTION_RECORD32
Auto Trait Implementations
impl RefUnwindSafe for EXCEPTION_RECORD32
impl Send for EXCEPTION_RECORD32
impl Sync for EXCEPTION_RECORD32
impl Unpin for EXCEPTION_RECORD32
impl UnwindSafe for EXCEPTION_RECORD32
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