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