Skip to main content

LayoutTableLayoutValue

Type Alias LayoutTableLayoutValue 

Source
pub type LayoutTableLayoutValue = CssPropertyValue<LayoutTableLayout>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutTableLayoutValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(LayoutTableLayout), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutTableLayout)