Struct winapi::winnt::EXCEPTION_POINTERS [] [src]

pub struct EXCEPTION_POINTERS {
    pub ExceptionRecord: PEXCEPTION_RECORD,
    pub ContextRecord: PCONTEXT,
}

Fields

ExceptionRecord
ContextRecord

Trait Implementations

Derived Implementations

impl Debug for EXCEPTION_POINTERS

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

impl Copy for EXCEPTION_POINTERS

impl Clone for EXCEPTION_POINTERS

fn clone(&self) -> EXCEPTION_POINTERS

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