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§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_TitleStorage_FileTransferProgressCallbackInfo))
Some value of type T.