pub trait IMapImageHistory_HeatMapMethods: IMapImageHistory_HeatMap {
// Provided methods
fn ctor(self) { ... }
fn get(self, index: impl Into<i32>) -> MapImageCoreByte { ... }
fn get_2(self, type: impl Into<Force_Type>) -> MapImageCoreByte { ... }
fn clear(self) { ... }
}Provided Methods§
Sourcefn get(self, index: impl Into<i32>) -> MapImageCoreByte
fn get(self, index: impl Into<i32>) -> MapImageCoreByte
Get(i32) overload
Sourcefn get_2(self, type: impl Into<Force_Type>) -> MapImageCoreByte
fn get_2(self, type: impl Into<Force_Type>) -> MapImageCoreByte
Get(crate::app::force::Force_Type) 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: IMapImageHistory_HeatMap> IMapImageHistory_HeatMapMethods for __T
Available on crate feature
app-mapimagehistory only.