Struct winapi::winnt::EXCEPTION_RECORD
[−]
[src]
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; EXCEPTION_MAXIMUM_PARAMETERS], }
Fields
ExceptionCode | |
ExceptionFlags | |
ExceptionRecord | |
ExceptionAddress | |
NumberParameters | |
ExceptionInformation |
Trait Implementations
impl Copy for EXCEPTION_RECORD
[src]
impl Clone for EXCEPTION_RECORD
[src]
fn clone(&self) -> EXCEPTION_RECORD
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more