Skip to main content

IVersusEditMenuItem

Trait IVersusEditMenuItem 

Source
pub trait IVersusEditMenuItem: IBasicMenuItem {
    // Provided methods
    fn m_data(self) -> MapEditorObjectData { ... }
    fn set_m_data(self, value: MapEditorObjectData) { ... }
    fn m_category(self) -> MapEditorCategoryData { ... }
    fn set_m_category(self, value: MapEditorCategoryData) { ... }
    fn m_on_select_callback(self) -> Action_1<MapEditorCategoryData> { ... }
    fn set_m_on_select_callback(self, value: Action_1<MapEditorCategoryData>) { ... }
}

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§