pub trait IRankingSequence_PairMenuItemMethods: IRankingSequence_PairMenuItem {
// Provided methods
fn ctor(self, data: impl Into<NexRanking_Data>) { ... }
fn get_name(self) -> Il2CppString { ... }
fn get_help(self) -> Il2CppString { ... }
}Provided Methods§
Sourcefn ctor(self, data: impl Into<NexRanking_Data>)
fn ctor(self, data: impl Into<NexRanking_Data>)
.ctor(crate::app::nexranking::NexRanking_Data) overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn get_help(self) -> Il2CppString
fn get_help(self) -> Il2CppString
GetHelp() 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: IRankingSequence_PairMenuItem> IRankingSequence_PairMenuItemMethods for __T
Available on crate feature
app-rankingsequence only.