LayoutLeftValue

Type Alias LayoutLeftValue 

Source
pub type LayoutLeftValue = CssPropertyValue<LayoutLeft>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutLeft)