Skip to main content

IGodGrowthData

Trait IGodGrowthData 

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

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§