pub trait INexRelay_DownloadMetaSequenceMethods: INexRelay_DownloadMetaSequence {
// Provided methods
fn ctor(
self,
data_ids: impl Into<List_1<u64>>,
results: impl Into<List_1<RelayServerMetaData>>,
) { ... }
fn ctor_2(
self,
data_code: impl Into<Il2CppString>,
result: impl Into<RelayServerMetaData>,
) { ... }
fn postlogin(self) { ... }
fn get_meta_info(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
data_ids: impl Into<List_1<u64>>,
results: impl Into<List_1<RelayServerMetaData>>,
)
fn ctor( self, data_ids: impl Into<List_1<u64>>, results: impl Into<List_1<RelayServerMetaData>>, )
.ctor(crate::system::collections::generic::list_1::List_1<u64>, crate::system::collections::generic::list_1::List_1<crate::app::relayservermetadata::RelayServerMetaData>) overload
Sourcefn ctor_2(
self,
data_code: impl Into<Il2CppString>,
result: impl Into<RelayServerMetaData>,
)
fn ctor_2( self, data_code: impl Into<Il2CppString>, result: impl Into<RelayServerMetaData>, )
.ctor(::unity::Il2CppString, crate::app::relayservermetadata::RelayServerMetaData) overload
Sourcefn get_meta_info(self)
fn get_meta_info(self)
GetMetaInfo() 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: INexRelay_DownloadMetaSequence> INexRelay_DownloadMetaSequenceMethods for __T
Available on crate feature
app-nexrelay only.