pub type ViewportIdMap<T> = HashMap<ViewportId, T, BuildHasherDefault<NoHashHasher<ViewportId>>>;Expand description
A fast hash map from ViewportId to T.
Aliased Typeยง
pub struct ViewportIdMap<T> { /* private fields */ }pub type ViewportIdMap<T> = HashMap<ViewportId, T, BuildHasherDefault<NoHashHasher<ViewportId>>>;A fast hash map from ViewportId to T.
pub struct ViewportIdMap<T> { /* private fields */ }