Skip to main content

IRankingMenu_RankingMenuItemMethods

Trait IRankingMenu_RankingMenuItemMethods 

Source
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§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, index: impl Into<i32>, data: impl Into<NexRanking_Data>)

.ctor(i32, crate::app::nexranking::NexRanking_Data) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn get_person_data(self) -> PersonData

GetPersonData() overload

Source

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§

Source§

impl<__T: IRankingMenu_RankingMenuItem> IRankingMenu_RankingMenuItemMethods for __T

Available on crate feature app-rankingmenu only.