Type Alias webrender::clip::PolygonDataHandle

source ·
pub type PolygonDataHandle = Handle<PolygonIntern>;

Aliased Type§

struct PolygonDataHandle {
    index: u32,
    epoch: Epoch,
    _marker: PhantomData<PolygonIntern>,
}

Fields§

§index: u32§epoch: Epoch§_marker: PhantomData<PolygonIntern>