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