Type Alias simics_api_sys::probe_sampler_cache_interface_t

source ·
pub type probe_sampler_cache_interface_t = probe_sampler_cache_interface;

Aliased Type§

struct probe_sampler_cache_interface_t {
    pub enable: Option<unsafe extern "C" fn(_: *mut conf_object)>,
    pub disable: Option<unsafe extern "C" fn(_: *mut conf_object)>,
    pub get_generation: Option<unsafe extern "C" fn(_: *mut conf_object) -> u64>,
}

Fields§

§enable: Option<unsafe extern "C" fn(_: *mut conf_object)>§disable: Option<unsafe extern "C" fn(_: *mut conf_object)>§get_generation: Option<unsafe extern "C" fn(_: *mut conf_object) -> u64>