LayoutHeightValue

Type Alias LayoutHeightValue 

Source
pub type LayoutHeightValue = CssPropertyValue<LayoutHeight>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutHeight)