Skip to main content

EOS_CustomInvites_OnSendRequestToJoinCallback

Type Alias EOS_CustomInvites_OnSendRequestToJoinCallback 

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

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.