pub trait IRefineRingUnitSelectMenuMethods: IRefineRingUnitSelectMenu {
// Provided methods
fn destroy(self) { ... }
fn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<GodUnitSelectMenuContent>,
god_select_root: impl Into<GodSelectRoot>,
god_unit: impl Into<GodUnit>,
) { ... }
fn x_call(self) -> BasicMenu_Result { ... }
fn on_close(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<GodUnitSelectMenuContent>,
god_select_root: impl Into<GodSelectRoot>,
god_unit: impl Into<GodUnit>,
)
fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<GodUnitSelectMenuContent>, god_select_root: impl Into<GodSelectRoot>, god_unit: impl Into<GodUnit>, )
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::godunitselectmenucontent::GodUnitSelectMenuContent, crate::app::godselectroot::GodSelectRoot, crate::app::godunit::GodUnit) overload
Sourcefn x_call(self) -> BasicMenu_Result
fn x_call(self) -> BasicMenu_Result
XCall() 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§
impl<__T: IRefineRingUnitSelectMenu> IRefineRingUnitSelectMenuMethods for __T
Available on crate feature
app-refineringunitselectmenu only.