LayoutWidthValue

Type Alias LayoutWidthValue 

Source
pub type LayoutWidthValue = CssPropertyValue<LayoutWidth>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutWidth)