Skip to main content

IHubFleaMarketSequence

Trait IHubFleaMarketSequence 

Source
pub trait IHubFleaMarketSequence: IProcInst {
Show 18 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_flea_market_buy_root(self) -> FleaMarketBuyRoot { ... } fn set_m_flea_market_buy_root(self, value: FleaMarketBuyRoot) { ... } 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) { ... } fn m_is_enabled_voice(self) -> bool { ... } fn set_m_is_enabled_voice(self, value: bool) { ... } fn m_fishing_play_count_at_start(self) -> i32 { ... } fn set_m_fishing_play_count_at_start(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§