Type Alias simics_api_sys::bindings::core_breakpoint_memop_hap_callback
source · pub type core_breakpoint_memop_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, breakpoint_number: int64, memop: *mut generic_transaction_t)>;
Expand description
Index: breakpoint_number Description: Triggered when a breakpoint is triggered.
Aliased Type§
enum core_breakpoint_memop_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i64, _: *mut generic_transaction)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i64, _: *mut generic_transaction))
Some value of type T
.