Skip to main content

IMainMenuSequence_GameModeSelectMenuSequence_Menu_CasualMenuItemMethods

Trait IMainMenuSequence_GameModeSelectMenuSequence_Menu_CasualMenuItemMethods 

Source
pub trait IMainMenuSequence_GameModeSelectMenuSequence_Menu_CasualMenuItemMethods: IMainMenuSequence_GameModeSelectMenuSequence_Menu_CasualMenuItem {
    // Provided methods
    fn ctor(self) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn get_help(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

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§