Skip to main content

IMapUnitCommandMenu_CommandSkillMenuItem

Trait IMapUnitCommandMenu_CommandSkillMenuItem 

Source
pub trait IMapUnitCommandMenu_CommandSkillMenuItem: IMapUnitCommandMenu_TargetSelectMenuItem {
    // Provided methods
    fn m_command_skill(self) -> SkillData { ... }
    fn set_m_command_skill(self, value: SkillData) { ... }
}

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§