Skip to main content

IRefreshFacilitySelectMenuMethods

Trait IRefreshFacilitySelectMenuMethods 

Source
pub trait IRefreshFacilitySelectMenuMethods: IRefreshFacilitySelectMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<RefreshFacilitySelectMenuContent>,
        decide_event_handler: impl Into<RefreshFacilitySelectMenu_DecideEventHandler>,
        close_event_handler: impl Into<RefreshFacilitySelectMenu_CloseEventHandler>,
        dispose_event_handler: impl Into<RefreshFacilitySelectMenu_DisposeEventHandler>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn on_dispose(self) { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<RefreshFacilitySelectMenuContent>, decide_event_handler: impl Into<RefreshFacilitySelectMenu_DecideEventHandler>, close_event_handler: impl Into<RefreshFacilitySelectMenu_CloseEventHandler>, dispose_event_handler: impl Into<RefreshFacilitySelectMenu_DisposeEventHandler>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::refreshfacilityselectmenucontent::RefreshFacilitySelectMenuContent, crate::app::refreshfacilityselectmenu::RefreshFacilitySelectMenu_DecideEventHandler, crate::app::refreshfacilityselectmenu::RefreshFacilitySelectMenu_CloseEventHandler, crate::app::refreshfacilityselectmenu::RefreshFacilitySelectMenu_DisposeEventHandler) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn on_dispose(self)

OnDispose() 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: IRefreshFacilitySelectMenu> IRefreshFacilitySelectMenuMethods for __T

Available on crate feature app-refreshfacilityselectmenu only.