pub trait IFoodstuffMenuContent: IBasicMenuContent {
Show 20 methods
// Provided methods
fn m_normal_foodstuff_num(self) -> TextMeshProUGUI { ... }
fn set_m_normal_foodstuff_num(self, value: TextMeshProUGUI) { ... }
fn m_rare_foodstuff_num(self) -> TextMeshProUGUI { ... }
fn set_m_rare_foodstuff_num(self, value: TextMeshProUGUI) { ... }
fn m_normal_max(self) -> i32 { ... }
fn set_m_normal_max(self, value: i32) { ... }
fn m_rare_max(self) -> i32 { ... }
fn set_m_rare_max(self, value: i32) { ... }
fn m_main_cursor(self) -> FoodstuffMenuContent_CursorController { ... }
fn set_m_main_cursor(self, value: FoodstuffMenuContent_CursorController) { ... }
fn m_sub_cursor(self) -> FoodstuffMenuContent_CursorController { ... }
fn set_m_sub_cursor(self, value: FoodstuffMenuContent_CursorController) { ... }
fn m_foodstuff_title_text(self) -> TextMeshProUGUI { ... }
fn set_m_foodstuff_title_text(self, value: TextMeshProUGUI) { ... }
fn m_foodstuff_count_text(self) -> TextMeshProUGUI { ... }
fn set_m_foodstuff_count_text(self, value: TextMeshProUGUI) { ... }
fn m_rare_title_text(self) -> TextMeshProUGUI { ... }
fn set_m_rare_title_text(self, value: TextMeshProUGUI) { ... }
fn m_rare_count_text(self) -> TextMeshProUGUI { ... }
fn set_m_rare_count_text(self, value: TextMeshProUGUI) { ... }
}Provided Methods§
fn m_normal_foodstuff_num(self) -> TextMeshProUGUI
fn set_m_normal_foodstuff_num(self, value: TextMeshProUGUI)
fn m_rare_foodstuff_num(self) -> TextMeshProUGUI
fn set_m_rare_foodstuff_num(self, value: TextMeshProUGUI)
fn m_normal_max(self) -> i32
fn set_m_normal_max(self, value: i32)
fn m_rare_max(self) -> i32
fn set_m_rare_max(self, value: i32)
fn m_main_cursor(self) -> FoodstuffMenuContent_CursorController
fn set_m_main_cursor(self, value: FoodstuffMenuContent_CursorController)
fn m_sub_cursor(self) -> FoodstuffMenuContent_CursorController
fn set_m_sub_cursor(self, value: FoodstuffMenuContent_CursorController)
fn m_foodstuff_title_text(self) -> TextMeshProUGUI
fn set_m_foodstuff_title_text(self, value: TextMeshProUGUI)
fn m_foodstuff_count_text(self) -> TextMeshProUGUI
fn set_m_foodstuff_count_text(self, value: TextMeshProUGUI)
fn m_rare_title_text(self) -> TextMeshProUGUI
fn set_m_rare_title_text(self, value: TextMeshProUGUI)
fn m_rare_count_text(self) -> TextMeshProUGUI
fn set_m_rare_count_text(self, value: TextMeshProUGUI)
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.