LayoutRightValue

Type Alias LayoutRightValue 

Source
pub type LayoutRightValue = CssPropertyValue<LayoutRight>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutRight)