pub trait IRankingMenu_RankingMenuItemMethods: IRankingMenu_RankingMenuItem {
// Provided methods
fn ctor(self) { ... }
fn ctor_2(self, index: impl Into<i32>, data: impl Into<NexRanking_Data>) { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn get_name(self) -> Il2CppString { ... }
fn get_person_data(self) -> PersonData { ... }
fn get_god_data(self) -> GodData { ... }
}Provided Methods§
Sourcefn ctor_2(self, index: impl Into<i32>, data: impl Into<NexRanking_Data>)
fn ctor_2(self, index: impl Into<i32>, data: impl Into<NexRanking_Data>)
.ctor(i32, crate::app::nexranking::NexRanking_Data) overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn get_person_data(self) -> PersonData
fn get_person_data(self) -> PersonData
GetPersonData() overload
Sourcefn get_god_data(self) -> GodData
fn get_god_data(self) -> GodData
GetGodData() 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: IRankingMenu_RankingMenuItem> IRankingMenu_RankingMenuItemMethods for __T
Available on crate feature
app-rankingmenu only.