Struct winapi::um::winnt::EXCEPTION_RECORD64 [−][src]
#[repr(C)]pub struct EXCEPTION_RECORD64 {
pub ExceptionCode: DWORD,
pub ExceptionFlags: DWORD,
pub ExceptionRecord: DWORD64,
pub ExceptionAddress: DWORD64,
pub NumberParameters: DWORD,
pub __unusedAlignment: DWORD,
pub ExceptionInformation: [DWORD64; 15],
}Fields
ExceptionCode: DWORDExceptionFlags: DWORDExceptionRecord: DWORD64ExceptionAddress: DWORD64NumberParameters: DWORD__unusedAlignment: DWORDExceptionInformation: [DWORD64; 15]Trait Implementations
Returns the “default value” for a type. Read more