pub trait IGodGrowthData: IStructDataArray_1<GodGrowthData> {
// Provided methods
fn m_style_engage_items(self) -> GodGrowthData_StyleItems { ... }
fn set_m_style_engage_items(self, value: GodGrowthData_StyleItems) { ... }
}Provided Methods§
fn m_style_engage_items(self) -> GodGrowthData_StyleItems
fn set_m_style_engage_items(self, value: GodGrowthData_StyleItems)
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.