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