Skip to main content

EOS_PlayerDataStorage_OnReadFileCompleteCallback

Type Alias EOS_PlayerDataStorage_OnReadFileCompleteCallback 

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

Callback for when EOS_PlayerDataStorage_ReadFile completes

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.