Skip to main content

EOS_Lobby_OnRejectInviteCallback

Type Alias EOS_Lobby_OnRejectInviteCallback 

Source
pub type EOS_Lobby_OnRejectInviteCallback = Option<unsafe extern "C" fn(Data: *const EOS_Lobby_RejectInviteCallbackInfo)>;
Expand description

Function prototype definition for callbacks passed to EOS_Lobby_RejectInvite @param Data A EOS_Lobby_RejectInvite CallbackInfo containing the output information and result

Aliased Type§

pub enum EOS_Lobby_OnRejectInviteCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_Lobby_RejectInviteCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.