Struct winapi::um::winnt::EXCEPTION_POINTERS [−][src]
#[repr(C)]pub struct EXCEPTION_POINTERS {
pub ExceptionRecord: PEXCEPTION_RECORD,
pub ContextRecord: PCONTEXT,
}
Fields
ExceptionRecord: PEXCEPTION_RECORD
ContextRecord: PCONTEXT
Trait Implementations
Returns the “default value” for a type. Read more