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

Derived Implementations

impl Debug for EXCEPTION_RECORD

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

impl Copy for EXCEPTION_RECORD

impl Clone for EXCEPTION_RECORD

fn clone(&self) -> EXCEPTION_RECORD

fn clone_from(&mut self, source: &Self)