pub type core_simulation_mode_change_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, simulation_mode: c_int)>;
Expand description

Index: simulation_mode Description: Triggered when the simulation mode for the processor has changed.

Aliased Type§

enum core_simulation_mode_change_hap_callback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i32))

Some value of type T.