Struct winapi::um::winnt::EXCEPTION_RECORD
source · #[repr(C)]pub struct EXCEPTION_RECORD {
pub ExceptionCode: DWORD,
pub ExceptionFlags: DWORD,
pub ExceptionRecord: *mut EXCEPTION_RECORD,
pub ExceptionAddress: PVOID,
pub NumberParameters: DWORD,
pub ExceptionInformation: [ULONG_PTR; 15],
}
Fields§
§ExceptionCode: DWORD
§ExceptionFlags: DWORD
§ExceptionRecord: *mut EXCEPTION_RECORD
§ExceptionAddress: PVOID
§NumberParameters: DWORD
§ExceptionInformation: [ULONG_PTR; 15]
Trait Implementations§
source§impl Clone for EXCEPTION_RECORD
impl Clone for EXCEPTION_RECORD
source§fn clone(&self) -> EXCEPTION_RECORD
fn clone(&self) -> EXCEPTION_RECORD
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for EXCEPTION_RECORD
impl Default for EXCEPTION_RECORD
source§fn default() -> EXCEPTION_RECORD
fn default() -> EXCEPTION_RECORD
Returns the “default value” for a type. Read more