Skip to main content

IUnit_DisposItemsForSelectedWeapon

Trait IUnit_DisposItemsForSelectedWeapon 

Source
pub trait IUnit_DisposItemsForSelectedWeapon: IUnit_ItemsForSelectedWeapon {
    // Provided methods
    fn m_data(self) -> DisposData { ... }
    fn set_m_data(self, value: DisposData) { ... }
}

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§