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