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