Skip to main content

LayoutBorderLeftWidthValue

Type Alias LayoutBorderLeftWidthValue 

Source
pub type LayoutBorderLeftWidthValue = CssPropertyValue<LayoutBorderLeftWidth>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutBorderLeftWidth)