Skip to main content

IUnit_ChartItemsForSelectedWeapon

Trait IUnit_ChartItemsForSelectedWeapon 

Source
pub trait IUnit_ChartItemsForSelectedWeapon: IUnit_ItemsForSelectedWeapon {
    // Provided methods
    fn m_chart_items(self) -> Array<ChartData_Item> { ... }
    fn set_m_chart_items(self, value: Array<ChartData_Item>) { ... }
}

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§