LayoutOverflowValue

Type Alias LayoutOverflowValue 

Source
pub type LayoutOverflowValue = CssPropertyValue<LayoutOverflow>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutOverflow)