pub trait IDishSelectMenuCategoryContent_CategoryObject: IObject {
// Provided methods
fn m_object(self) -> GameObject { ... }
fn set_m_object(self, value: GameObject) { ... }
fn m_category(self) -> DishSelectMenuCategoryContent_Category { ... }
fn set_m_category(self, value: DishSelectMenuCategoryContent_Category) { ... }
}Provided Methods§
fn m_object(self) -> GameObject
fn set_m_object(self, value: GameObject)
fn m_category(self) -> DishSelectMenuCategoryContent_Category
fn set_m_category(self, value: DishSelectMenuCategoryContent_Category)
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.