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§
Sourcefn initialize(self, offset_pos_y: impl Into<f32>)
fn initialize(self, offset_pos_y: impl Into<f32>)
Initialize(f32) 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§
impl<__T: IBondPopUpController> IBondPopUpControllerMethods for __T
Available on crate feature
app-bondpopupcontroller only.