pub type EOS_UI_OnShowNativeProfileCallback = Option<unsafe extern "C" fn(Data: *const EOS_UI_ShowNativeProfileCallbackInfo)>;Expand description
Function prototype definition for callbacks passed to EOS_UI_ShowNativeProfile @param Data A EOS_UI_ShowNativeProfileCallbackInfo containing the output information and result
Aliased Type§
pub enum EOS_UI_OnShowNativeProfileCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_UI_ShowNativeProfileCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_UI_ShowNativeProfileCallbackInfo))
Some value of type T.