Skip to main content

IMainMenuSequence_GrowModeSelectMenuSequence_Menu_MenuItem

Trait IMainMenuSequence_GrowModeSelectMenuSequence_Menu_MenuItem 

Source
pub trait IMainMenuSequence_GrowModeSelectMenuSequence_Menu_MenuItem: IBasicMenuItem {
    // Provided methods
    fn m_grow_mode(self) -> GrowMode { ... }
    fn set_m_grow_mode(self, value: GrowMode) { ... }
}

Provided Methods§

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§