Skip to main content

WidowsValue

Type Alias WidowsValue 

Source
pub type WidowsValue = CssPropertyValue<Widows>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(Widows)