Type Alias simics_api_sys::gfx_break_hap_callback
source · pub type gfx_break_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, gfx_break: int64)>;
Expand description
Index: break_id Description: Triggered when a graphical breakpoint matches the screen.
Aliased Type§
enum gfx_break_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i64)),
}