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