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