Skip to main content

IMapImageCostMethods

Trait IMapImageCostMethods 

Source
pub trait IMapImageCostMethods: IMapImageCost {
    // Provided methods
    fn update(self) { ... }
    fn update_2(self, x: impl Into<i32>, z: impl Into<i32>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn update(self)

Update() overload

Source

fn update_2(self, x: impl Into<i32>, z: impl Into<i32>)

Update(i32, i32) 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: IMapImageCost> IMapImageCostMethods for __T

Available on crate feature app-mapimagecost only.