Skip to main content

IUnitSelectMenu_UnitSelectMenuItem

Trait IUnitSelectMenu_UnitSelectMenuItem 

Source
pub trait IUnitSelectMenu_UnitSelectMenuItem: IBasicMenuItem {
    // Provided methods
    fn m_unit(self) -> Unit { ... }
    fn set_m_unit(self, value: Unit) { ... }
    fn m_is_decided(self) -> bool { ... }
    fn set_m_is_decided(self, value: bool) { ... }
    fn m_select_event_hander(
        self,
    ) -> UnitSelectMenu_UnitSelectMenuItem_SelectEventHandler { ... }
    fn set_m_select_event_hander(
        self,
        value: UnitSelectMenu_UnitSelectMenuItem_SelectEventHandler,
    ) { ... }
}

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§