Skip to main content

IWeaponHoldingInfoWindowMethods

Trait IWeaponHoldingInfoWindowMethods 

Source
pub trait IWeaponHoldingInfoWindowMethods: IWeaponHoldingInfoWindow {
    // Provided methods
    fn start(self) { ... }
    fn close(self) { ... }
    fn set_data(self, unit_item: impl Into<UnitItem>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn start(self)

Start() overload

Source

fn close(self)

Close() overload

Source

fn set_data(self, unit_item: impl Into<UnitItem>)

SetData(crate::app::unititem::UnitItem) overload

Source

fn ctor(self)

.ctor() 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: IWeaponHoldingInfoWindow> IWeaponHoldingInfoWindowMethods for __T

Available on crate feature app-weaponholdinginfowindow only.