jit_debugger_event_t

Type Alias jit_debugger_event_t 

Source
pub type jit_debugger_event_t = Struct_jit_debugger_event;

Aliased Type§

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

Fields§

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