Skip to main content

IRingListSkillMenu

Trait IRingListSkillMenu 

Source
pub trait IRingListSkillMenu: IObject {
    // Provided methods
    fn m_menu(self) -> RingListSkillMenu_Menu { ... }
    fn set_m_menu(self, value: RingListSkillMenu_Menu) { ... }
    fn m_menu_content(self) -> BasicMenuContent { ... }
    fn set_m_menu_content(self, value: BasicMenuContent) { ... }
}

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§