Skip to main content

IRefineGodWeaponSelectManager

Trait IRefineGodWeaponSelectManager 

Source
pub trait IRefineGodWeaponSelectManager: IObject {
    // Provided methods
    fn m_return_event_handler(
        self,
    ) -> RefineGodWeaponSelectManager_ReturnEventHandler { ... }
    fn set_m_return_event_handler(
        self,
        value: RefineGodWeaponSelectManager_ReturnEventHandler,
    ) { ... }
    fn m_menu(self) -> RefineGodWeaponSelectMenu { ... }
    fn set_m_menu(self, value: RefineGodWeaponSelectMenu) { ... }
    fn m_root(self) -> RefineGodWeaponRoot { ... }
    fn set_m_root(self, value: RefineGodWeaponRoot) { ... }
}

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§