LayoutPaddingLeftValue

Type Alias LayoutPaddingLeftValue 

Source
pub type LayoutPaddingLeftValue = CssPropertyValue<LayoutPaddingLeft>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutPaddingLeft)