Type Alias simics_api_sys::event_handler_interface_t
source · pub type event_handler_interface_t = event_handler_interface;
Aliased Type§
struct event_handler_interface_t {
pub handle_event: Option<unsafe extern "C" fn(_: *mut conf_object) -> bool>,
pub stop: Option<unsafe extern "C" fn(_: *mut conf_object)>,
}
Fields§
§handle_event: Option<unsafe extern "C" fn(_: *mut conf_object) -> bool>
§stop: Option<unsafe extern "C" fn(_: *mut conf_object)>