Type Alias simics_api_sys::probe_subscribe_interface_t

source ·
pub type probe_subscribe_interface_t = probe_subscribe_interface;

Aliased Type§

struct probe_subscribe_interface_t {
    pub subscribe: Option<unsafe extern "C" fn(_: *mut conf_object)>,
    pub unsubscribe: Option<unsafe extern "C" fn(_: *mut conf_object)>,
    pub num_subscribers: Option<unsafe extern "C" fn(_: *mut conf_object) -> i32>,
}

Fields§

§subscribe: Option<unsafe extern "C" fn(_: *mut conf_object)>§unsubscribe: Option<unsafe extern "C" fn(_: *mut conf_object)>§num_subscribers: Option<unsafe extern "C" fn(_: *mut conf_object) -> i32>