Skip to main content

StyleTransformVecValue

Type Alias StyleTransformVecValue 

Source
pub type StyleTransformVecValue = CssPropertyValue<StyleTransformVec>;

Aliased Type§

#[repr(C, u8)]
pub enum StyleTransformVecValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(StyleTransformVec), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleTransformVec)