LayoutDisplayValue

Type Alias LayoutDisplayValue 

Source
pub type LayoutDisplayValue = CssPropertyValue<LayoutDisplay>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutDisplay)