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