Skip to main content

IDebugUnitItemMenu_SubMenu_SellingMenuItemMethods

Trait IDebugUnitItemMenu_SubMenu_SellingMenuItemMethods 

Source
pub trait IDebugUnitItemMenu_SubMenu_SellingMenuItemMethods: IDebugUnitItemMenu_SubMenu_SellingMenuItem {
    // Provided methods
    fn ctor(self, unit: impl Into<Unit>, unit_item_index: impl Into<i32>) { ... }
    fn get_column_name0(self) -> Il2CppString { ... }
    fn get_column_name1(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor(self, unit: impl Into<Unit>, unit_item_index: impl Into<i32>)

.ctor(crate::app::unit::Unit, i32) overload

Source

fn get_column_name0(self) -> Il2CppString

GetColumnName0() overload

Source

fn get_column_name1(self) -> Il2CppString

GetColumnName1() 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: IDebugUnitItemMenu_SubMenu_SellingMenuItem> IDebugUnitItemMenu_SubMenu_SellingMenuItemMethods for __T

Available on crate feature app-debugunititemmenu only.