Skip to main content

IRingCleaningUnitSelectMenuMethods

Trait IRingCleaningUnitSelectMenuMethods 

Source
pub trait IRingCleaningUnitSelectMenuMethods: IRingCleaningUnitSelectMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<RingCleaningUnitSelectMenuContent>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn after_build(self) { ... }
    fn update_unit(self, unit: impl Into<Unit>) { ... }
    fn custom_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<RingCleaningUnitSelectMenuContent>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::ringcleaningunitselectmenucontent::RingCleaningUnitSelectMenuContent) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn after_build(self)

AfterBuild() overload

Source

fn update_unit(self, unit: impl Into<Unit>)

UpdateUnit(crate::app::unit::Unit) overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() 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: IRingCleaningUnitSelectMenu> IRingCleaningUnitSelectMenuMethods for __T

Available on crate feature app-ringcleaningunitselectmenu only.