Skip to main content

IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItem

Trait IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItem 

Source
pub trait IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItem: IBasicMenuItem {
    // Provided methods
    fn m_index(self) -> i32 { ... }
    fn set_m_index(self, value: i32) { ... }
    fn m_unit(self) -> Unit { ... }
    fn set_m_unit(self, value: Unit) { ... }
    fn m_decide_event_handler(self) -> GodRoomUnitSelectMenu_DecideEventHandler { ... }
    fn set_m_decide_event_handler(
        self,
        value: GodRoomUnitSelectMenu_DecideEventHandler,
    ) { ... }
}

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§