Skip to main content

EOS_UI_OnShowReportPlayerCallback

Type Alias EOS_UI_OnShowReportPlayerCallback 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_UI_OnShowReportPlayerCallbackInfo))

Some value of type T.