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