Skip to main content

FlowIntoValue

Type Alias FlowIntoValue 

Source
pub type FlowIntoValue = CssPropertyValue<FlowInto>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(FlowInto)