Skip to main content

FlowFromValue

Type Alias FlowFromValue 

Source
pub type FlowFromValue = CssPropertyValue<FlowFrom>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(FlowFrom)