pub trait INexVersus_ChangeVersusRankedMetaDataSequenceMethods: INexVersus_ChangeVersusRankedMetaDataSequence {
// Provided methods
fn ctor(
self,
data_id: impl Into<u64>,
meta_data: impl Into<VersusServerRankedMetaData>,
player_name: impl Into<Il2CppString>,
) { ... }
fn postlogin(self) { ... }
fn set_meta_param(self) { ... }
fn change_meta(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
data_id: impl Into<u64>,
meta_data: impl Into<VersusServerRankedMetaData>,
player_name: impl Into<Il2CppString>,
)
fn ctor( self, data_id: impl Into<u64>, meta_data: impl Into<VersusServerRankedMetaData>, player_name: impl Into<Il2CppString>, )
.ctor(u64, crate::app::versusserverrankedmetadata::VersusServerRankedMetaData, ::unity::Il2CppString) overload
Sourcefn set_meta_param(self)
fn set_meta_param(self)
SetMetaParam() overload
Sourcefn change_meta(self)
fn change_meta(self)
ChangeMeta() 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§
impl<__T: INexVersus_ChangeVersusRankedMetaDataSequence> INexVersus_ChangeVersusRankedMetaDataSequenceMethods for __T
Available on crate feature
app-nexversus only.