Skip to main content

LayoutLeftValue

Type Alias LayoutLeftValue 

Source
pub type LayoutLeftValue = CssPropertyValue<LayoutLeft>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutLeft)