Skip to main content

IMapImageHistory_HeatMapMethods

Trait IMapImageHistory_HeatMapMethods 

Source
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§

Source

fn ctor(self)

.ctor() overload

Source

fn get(self, index: impl Into<i32>) -> MapImageCoreByte

Get(i32) overload

Source

fn get_2(self, type: impl Into<Force_Type>) -> MapImageCoreByte

Get(crate::app::force::Force_Type) overload

Source

fn clear(self)

Clear() 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: IMapImageHistory_HeatMap> IMapImageHistory_HeatMapMethods for __T

Available on crate feature app-mapimagehistory only.