pub type GlyphKeyCache = ResourceClassCache<GlyphKey, GlyphCacheEntry, GlyphKeyCacheInfo>;
Aliased Type§
struct GlyphKeyCache {
resources: HashMap<GlyphKey, GlyphCacheEntry, BuildHasherDefault<FxHasher>>,
pub user_data: GlyphKeyCacheInfo,
}
Fields§
§resources: HashMap<GlyphKey, GlyphCacheEntry, BuildHasherDefault<FxHasher>>
§user_data: GlyphKeyCacheInfo