Skip to main content

IFoodstuffPool

Trait IFoodstuffPool 

Source
pub trait IFoodstuffPool: ISingletonClass_1<FoodstuffPool> {
    // Provided methods
    fn m_food(self) -> FoodData { ... }
    fn set_m_food(self, value: FoodData) { ... }
    fn m_foodstuff_list(self) -> List_1<FoodstuffData> { ... }
    fn set_m_foodstuff_list(self, value: List_1<FoodstuffData>) { ... }
    fn addable_foodstuff_num(self) -> i32 { ... }
    fn set_addable_foodstuff_num(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§