Type Alias webrender::prim_store::image::ImageKey

source ·
pub type ImageKey = PrimKey<Image>;

Aliased Type§

struct ImageKey {
    pub common: PrimKeyCommonData,
    pub kind: Image,
}

Fields§

§common: PrimKeyCommonData§kind: Image