Type Alias sampling::heatmap::HeatmapU

source ·
pub type HeatmapU<HistWidth, HistHeight> = HeatmapUsize<HistWidth, HistHeight>;
Expand description

Shorthand for HeatmapUsize

Aliased Type§

struct HeatmapU<HistWidth, HistHeight> { /* private fields */ }

Trait Implementations§

source§

impl<HistWidth, HistHeight> From<HeatmapUsizeMean<HistWidth, HistHeight>> for HeatmapU<HistWidth, HistHeight>

source§

fn from(heatmap_mean: HeatmapUsizeMean<HistWidth, HistHeight>) -> Self

Converts to this type from the input type.