pub trait IShopSequnece_ShopItemMethods: IShopSequnece_ShopItem {
// Provided methods
fn ctor(self, data: impl Into<ShopData>, unit: impl Into<Unit>) { ... }
fn is_enable(self) -> bool { ... }
fn get_column_name0(self) -> Il2CppString { ... }
fn get_column_name1(self) -> Il2CppString { ... }
fn get_column_name2(self) -> Il2CppString { ... }
fn a_call(self) -> MenuItem_Result { ... }
}Provided Methods§
Sourcefn ctor(self, data: impl Into<ShopData>, unit: impl Into<Unit>)
fn ctor(self, data: impl Into<ShopData>, unit: impl Into<Unit>)
.ctor(crate::app::shopdata::ShopData, crate::app::unit::Unit) overload
Sourcefn get_column_name0(self) -> Il2CppString
fn get_column_name0(self) -> Il2CppString
GetColumnName0() overload
Sourcefn get_column_name1(self) -> Il2CppString
fn get_column_name1(self) -> Il2CppString
GetColumnName1() overload
Sourcefn get_column_name2(self) -> Il2CppString
fn get_column_name2(self) -> Il2CppString
GetColumnName2() overload
Sourcefn a_call(self) -> MenuItem_Result
fn a_call(self) -> MenuItem_Result
ACall() 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: IShopSequnece_ShopItem> IShopSequnece_ShopItemMethods for __T
Available on crate feature
app-shopsequnece only.