Skip to main content

EOS_Friends_OnRejectInviteCallback

Type Alias EOS_Friends_OnRejectInviteCallback 

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

Function prototype definition for callbacks passed to EOS_Friends_RejectInvite @param Data A EOS_Friends_RejectInviteCallbackInfo containing output information and the result.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.