Skip to main content

IMainMenuSequence_DifficultySelectMenuSequence_Menu_MenuItem

Trait IMainMenuSequence_DifficultySelectMenuSequence_Menu_MenuItem 

Source
pub trait IMainMenuSequence_DifficultySelectMenuSequence_Menu_MenuItem: IBasicMenuItem {
    // Provided methods
    fn m_difficulty(self) -> Difficulty { ... }
    fn set_m_difficulty(self, value: Difficulty) { ... }
}

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§