Skip to main content

IMainMenuSequence_DifficultySelectMenuSequence_Menu_MenuItemMethods

Trait IMainMenuSequence_DifficultySelectMenuSequence_Menu_MenuItemMethods 

Source
pub trait IMainMenuSequence_DifficultySelectMenuSequence_Menu_MenuItemMethods: IMainMenuSequence_DifficultySelectMenuSequence_Menu_MenuItem {
    // Provided methods
    fn ctor(self, difficulty: impl Into<Difficulty>) { ... }
    fn get_help(self) -> Il2CppString { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, difficulty: impl Into<Difficulty>)

.ctor(crate::app::difficulty::Difficulty) overload

Source

fn get_help(self) -> Il2CppString

GetHelp() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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§