Skip to main content

IBondPopUpControllerMethods

Trait IBondPopUpControllerMethods 

Source
pub trait IBondPopUpControllerMethods: IBondPopUpController {
    // Provided methods
    fn ctor(self) { ... }
    fn initialize(self, offset_pos_y: impl Into<f32>) { ... }
    fn update(self) { ... }
    fn set_icon(self, unit: impl Into<Unit>, god: impl Into<GodData>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn initialize(self, offset_pos_y: impl Into<f32>)

Initialize(f32) overload

Source

fn update(self)

Update() overload

Source

fn set_icon(self, unit: impl Into<Unit>, god: impl Into<GodData>)

SetIcon(crate::app::unit::Unit, crate::app::goddata::GodData) 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: IBondPopUpController> IBondPopUpControllerMethods for __T

Available on crate feature app-bondpopupcontroller only.