Skip to main content

EOS_Sanctions_OnQueryActivePlayerSanctionsCallback

Type Alias EOS_Sanctions_OnQueryActivePlayerSanctionsCallback 

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

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.