LayoutBoxSizingValue

Type Alias LayoutBoxSizingValue 

Source
pub type LayoutBoxSizingValue = CssPropertyValue<LayoutBoxSizing>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutBoxSizing)