pub type EOS_Lobby_OnLobbyInviteReceivedCallback = Option<unsafe extern "C" fn(Data: *const EOS_Lobby_LobbyInviteReceivedCallbackInfo)>;Expand description
Function prototype definition for notifications that comes from EOS_Lobby_AddNotifyLobbyInviteReceived
@param Data A EOS_Lobby_LobbyInviteReceivedCallbackInfo containing the output information and result
Aliased Type§
pub enum EOS_Lobby_OnLobbyInviteReceivedCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_Lobby_LobbyInviteReceivedCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_Lobby_LobbyInviteReceivedCallbackInfo))
Some value of type T.