pub type StyleBackgroundRepeatVecValue = CssPropertyValue<StyleBackgroundRepeatVec>;Aliased Type§
#[repr(C, u8)]pub enum StyleBackgroundRepeatVecValue {
Auto,
None,
Initial,
Inherit,
Exact(StyleBackgroundRepeatVec),
}pub type StyleBackgroundRepeatVecValue = CssPropertyValue<StyleBackgroundRepeatVec>;#[repr(C, u8)]pub enum StyleBackgroundRepeatVecValue {
Auto,
None,
Initial,
Inherit,
Exact(StyleBackgroundRepeatVec),
}