egui::viewport

Type Alias ViewportIdMap

Source
pub type ViewportIdMap<T> = IntMap<ViewportId, T>;
Expand description

A fast hash map from ViewportId to T.

Aliased Typeยง

struct ViewportIdMap<T> { /* private fields */ }