jit_debugger_event_t

Type Alias jit_debugger_event_t 

Source
pub type jit_debugger_event_t = jit_debugger_event;

Aliased Type§

#[repr(C)]
pub struct jit_debugger_event_t { pub type_: i32, pub thread: i32, pub function: *mut c_void, pub data1: i32, pub data2: i32, pub id: i32, pub trace: *mut c_void, }

Fields§

§type_: i32§thread: i32§function: *mut c_void§data1: i32§data2: i32§id: i32§trace: *mut c_void