Type Alias simics_api_sys::breakpoint_change_interface_t
source · pub type breakpoint_change_interface_t = breakpoint_change_interface;
Aliased Type§
struct breakpoint_change_interface_t {
pub breakpoint_added: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: usize)>,
pub breakpoint_removed: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: usize)>,
}
Fields§
§breakpoint_added: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: usize)>
§breakpoint_removed: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: usize)>