Type Alias webrender::prim_store::borders::ImageBorderKey
source · pub type ImageBorderKey = PrimKey<ImageBorder>;
Aliased Type§
struct ImageBorderKey {
pub common: PrimKeyCommonData,
pub kind: ImageBorder,
}
Fields§
§common: PrimKeyCommonData
§kind: ImageBorder