Skip to main content

IMainMenuSequence_GrowModeSelectMenuSequence_Menu_MenuItemMethods

Trait IMainMenuSequence_GrowModeSelectMenuSequence_Menu_MenuItemMethods 

Source
pub trait IMainMenuSequence_GrowModeSelectMenuSequence_Menu_MenuItemMethods: IMainMenuSequence_GrowModeSelectMenuSequence_Menu_MenuItem {
    // Provided methods
    fn ctor(self, grow_mode: impl Into<GrowMode>) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, grow_mode: impl Into<GrowMode>)

.ctor(crate::app::growmode::GrowMode) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

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