pub trait IDish: IObject {
// Provided methods
fn m_func(self) -> TasteConditionData_ConditionFunc { ... }
fn set_m_func(self, value: TasteConditionData_ConditionFunc) { ... }
fn m_make_bento_iid(self) -> Il2CppString { ... }
fn set_m_make_bento_iid(self, value: Il2CppString) { ... }
fn m_food_data(self) -> FoodData { ... }
fn set_m_food_data(self, value: FoodData) { ... }
}Provided Methods§
fn m_func(self) -> TasteConditionData_ConditionFunc
fn set_m_func(self, value: TasteConditionData_ConditionFunc)
fn m_make_bento_iid(self) -> Il2CppString
fn set_m_make_bento_iid(self, value: Il2CppString)
fn m_food_data(self) -> FoodData
fn set_m_food_data(self, value: FoodData)
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.