pub type GumExceptorScope = _GumExceptorScope;

Aliased Type§

struct GumExceptorScope {
    pub exception: _GumExceptionDetails,
    pub exception_occurred: i32,
    pub padding: [*mut c_void; 2],
    pub env: [__jmp_buf_tag; 1],
    pub next: *mut _GumExceptorScope,
}

Fields§

§exception: _GumExceptionDetails§exception_occurred: i32§padding: [*mut c_void; 2]§env: [__jmp_buf_tag; 1]§next: *mut _GumExceptorScope