Type Alias simics_api_sys::bindings::simulator_cache_interface_t
source · pub type simulator_cache_interface_t = simulator_cache_interface;
Aliased Type§
struct simulator_cache_interface_t {
pub flush: Option<unsafe extern "C" fn(_: *mut conf_object)>,
}
Fields§
§flush: Option<unsafe extern "C" fn(_: *mut conf_object)>