Skip to main content

EOS_TitleStorage_OnFileTransferProgressCallback

Type Alias EOS_TitleStorage_OnFileTransferProgressCallback 

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

Callback for when there is a progress update for a file transfer in progress

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.