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; 15],
}

Fields

ExceptionCode: DWORD ExceptionFlags: DWORD ExceptionRecord: *mut EXCEPTION_RECORD ExceptionAddress: PVOID NumberParameters: DWORD ExceptionInformation: [ULONG_PTR; 15]

Trait Implementations

impl Debug for EXCEPTION_RECORD
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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