pub type core_conf_object_change_clock_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, old_clock: *mut conf_object_t, new_clock: *mut conf_object_t)>;
Expand description
Index: Indices not supported Description: Triggered when an object’s reference clock is changed
Aliased Type§
enum core_conf_object_change_clock_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: *mut conf_object, _: *mut conf_object)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: *mut conf_object, _: *mut conf_object))
Some value of type T
.