Type Alias simics_api_sys::graphics_console_show_hide_hap_callback
source · pub type graphics_console_show_hide_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, state: c_int)>;
Expand description
Index: Indices not supported Description: Triggered when the console is shown or hidden. The hap argument is 1 when the console is shown and 0 when hidden.
Aliased Type§
enum graphics_console_show_hide_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i32)),
}