Skip to main content

IGodGrowthData_FlagFieldMethods

Trait IGodGrowthData_FlagFieldMethods 

Source
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§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, f: impl Into<i32>)

.ctor(i32) overload

Source

fn ctor_3(self, f: impl Into<GodGrowthData_Flags>)

.ctor(crate::app::godgrowthdata::GodGrowthData_Flags) overload

Source

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§

Source§

impl<__T: IGodGrowthData_FlagField> IGodGrowthData_FlagFieldMethods for __T

Available on crate feature app-godgrowthdata only.