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