webrender::prim_store::borders

Type Alias ImageBorderKey

source
pub type ImageBorderKey = PrimKey<ImageBorder>;

Aliased Type§

struct ImageBorderKey {
    pub common: PrimKeyCommonData,
    pub kind: ImageBorder,
}

Fields§

§common: PrimKeyCommonData§kind: ImageBorder