Skip to main content

IMapItemMenu_AttackMenuItem

Trait IMapItemMenu_AttackMenuItem 

Source
pub trait IMapItemMenu_AttackMenuItem: IMapItemMenu_TargetMenuItem {
    // Provided methods
    fn m_mind(self) -> MapMind_Type { ... }
    fn set_m_mind(self, value: MapMind_Type) { ... }
    fn m_action_mask(self) -> MapTarget_ActionMask { ... }
    fn set_m_action_mask(self, value: MapTarget_ActionMask) { ... }
    fn m_skill(self) -> SkillData { ... }
    fn set_m_skill(self, value: SkillData) { ... }
    fn m_basic_item_menu_content(self) -> BasicItemMenuContent { ... }
    fn set_m_basic_item_menu_content(self, value: BasicItemMenuContent) { ... }
}

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§