Skip to main content

IVersusSequence_ProfileDownloadSequenceMethods

Trait IVersusSequence_ProfileDownloadSequenceMethods 

Source
pub trait IVersusSequence_ProfileDownloadSequenceMethods: IVersusSequence_ProfileDownloadSequence {
    // Provided methods
    fn ctor(self, replay_meta_data: impl Into<VersusServerReplayMetaData>) { ... }
    fn try_get_opponent_info(self) -> (bool, Il2CppString, u64) { ... }
    fn download(self) { ... }
    fn post_download(self) { ... }
    fn sanitize(self) { ... }
    fn open_dialog(self) { ... }
    fn save(self) { ... }
}

Provided Methods§

Source

fn ctor(self, replay_meta_data: impl Into<VersusServerReplayMetaData>)

.ctor(crate::app::versusserverreplaymetadata::VersusServerReplayMetaData) overload

Source

fn try_get_opponent_info(self) -> (bool, Il2CppString, u64)

TryGetOpponentInfo(*mut::unity::Il2CppString, *mutu64) overload

Source

fn download(self)

Download() overload

Source

fn post_download(self)

PostDownload() overload

Source

fn sanitize(self)

Sanitize() overload

Source

fn open_dialog(self)

OpenDialog() overload

Source

fn save(self)

Save() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IVersusSequence_ProfileDownloadSequence> IVersusSequence_ProfileDownloadSequenceMethods for __T

Available on crate feature app-versussequence only.