Skip to main content

LayoutAlignSelfValue

Type Alias LayoutAlignSelfValue 

Source
pub type LayoutAlignSelfValue = CssPropertyValue<LayoutAlignSelf>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutAlignSelf)