pub trait IMainMenuSequence_DifficultySelectMenuSequence_Menu_HardMenuItemMethods: IMainMenuSequence_DifficultySelectMenuSequence_Menu_HardMenuItem {
// Provided methods
fn ctor(self) { ... }
fn get_name(self) -> Il2CppString { ... }
fn get_help(self) -> Il2CppString { ... }
}Provided Methods§
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: IMainMenuSequence_DifficultySelectMenuSequence_Menu_HardMenuItem> IMainMenuSequence_DifficultySelectMenuSequence_Menu_HardMenuItemMethods for __T
Available on crate feature
app-mainmenusequence only.