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