Type Alias webrender::prim_store::TextRunIndex
source · pub type TextRunIndex = Index<TextRunPrimitive>;
Aliased Type§
struct TextRunIndex(u32, PhantomData<TextRunPrimitive>);
Fields§
§0: u32
§1: PhantomData<TextRunPrimitive>