LayoutBottomValue

Type Alias LayoutBottomValue 

Source
pub type LayoutBottomValue = CssPropertyValue<LayoutBottom>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutBottom)