Skip to main content

EOS_Lobby_OnLobbyUpdateReceivedCallback

Type Alias EOS_Lobby_OnLobbyUpdateReceivedCallback 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_Lobby_LobbyUpdateReceivedCallbackInfo))

Some value of type T.