Skip to main content

IMapUnitCommandMenu_GuardMenuItem

Trait IMapUnitCommandMenu_GuardMenuItem 

Source
pub trait IMapUnitCommandMenu_GuardMenuItem: IMapUnitCommandMenu_TargetSelectMenuItem {
    // Provided methods
    fn m_guard_type(self) -> Unit_GuardType { ... }
    fn set_m_guard_type(self, value: Unit_GuardType) { ... }
    fn m_guard_skill(self) -> SkillData { ... }
    fn set_m_guard_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§