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