Skip to main content

LayoutPaddingLeftValue

Type Alias LayoutPaddingLeftValue 

Source
pub type LayoutPaddingLeftValue = CssPropertyValue<LayoutPaddingLeft>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutPaddingLeft)