Skip to main content

EOS_Mods_OnInstallModCallback

Type Alias EOS_Mods_OnInstallModCallback 

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

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.