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