Skip to main content

IRefineRingTimesSelectMenuMethods

Trait IRefineRingTimesSelectMenuMethods 

Source
pub trait IRefineRingTimesSelectMenuMethods: IRefineRingTimesSelectMenu {
    // Provided methods
    fn destroy(self) { ... }
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<BasicMenuContent>,
        root: impl Into<RefineRingTimesSelectRoot>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn on_close(self) { ... }
}

Provided Methods§

Source

fn destroy(self)

Destroy() overload

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<BasicMenuContent>, root: impl Into<RefineRingTimesSelectRoot>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::basicmenucontent::BasicMenuContent, crate::app::refineringtimesselectroot::RefineRingTimesSelectRoot) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn on_close(self)

OnClose() overload

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§

Source§

impl<__T: IRefineRingTimesSelectMenu> IRefineRingTimesSelectMenuMethods for __T

Available on crate feature app-refineringtimesselectmenu only.