pub trait IFoodstuffData_FlagFieldMethods: IFoodstuffData_FlagField {
// Provided methods
fn ctor(self, f: impl Into<i32>) { ... }
fn ctor_2(self, f: impl Into<FoodstuffData_Flags>) { ... }
fn to_int(self, value: impl Into<FoodstuffData_Flags>) -> i32 { ... }
}Provided Methods§
Sourcefn ctor_2(self, f: impl Into<FoodstuffData_Flags>)
fn ctor_2(self, f: impl Into<FoodstuffData_Flags>)
.ctor(crate::app::foodstuffdata::FoodstuffData_Flags) overload
Sourcefn to_int(self, value: impl Into<FoodstuffData_Flags>) -> i32
fn to_int(self, value: impl Into<FoodstuffData_Flags>) -> i32
ToInt(crate::app::foodstuffdata::FoodstuffData_Flags) overload
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§
impl<__T: IFoodstuffData_FlagField> IFoodstuffData_FlagFieldMethods for __T
Available on crate feature
app-foodstuffdata only.