Skip to main content

IHubItemShopSequence

Trait IHubItemShopSequence 

Source
pub trait IHubItemShopSequence: IProcInst {
Show 14 methods // Provided methods fn m_shop_menu_result(self) -> ItemShopTopMenu_Result2 { ... } fn set_m_shop_menu_result(self, value: ItemShopTopMenu_Result2) { ... } fn m_shop_unit_select_menu_result(self) -> BasicMenu_Result { ... } fn set_m_shop_unit_select_menu_result(self, value: BasicMenu_Result) { ... } fn m_unit_select_root(self) -> ShopUnitSelectRoot { ... } fn set_m_unit_select_root(self, value: ShopUnitSelectRoot) { ... } fn m_item_shop_buy_root(self) -> ItemShopBuyRoot { ... } fn set_m_item_shop_buy_root(self, value: ItemShopBuyRoot) { ... } fn m_item_shop_sell_root(self) -> ShopSellRoot { ... } fn set_m_item_shop_sell_root(self, value: ShopSellRoot) { ... } fn m_unit(self) -> Unit { ... } fn set_m_unit(self, value: Unit) { ... } fn m_unit_select_menu_scroll_index(self) -> i32 { ... } fn set_m_unit_select_menu_scroll_index(self, value: i32) { ... }
}

Provided Methods§

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§