StyleTransformVecValue

Type Alias StyleTransformVecValue 

Source
pub type StyleTransformVecValue = CssPropertyValue<StyleTransformVec>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(StyleTransformVec)