Type Alias ShapeOutside

Source
pub type ShapeOutside = GenericShapeOutside<BasicShape, Image>;
Expand description

A computed shape-outside value.

Aliased Type§

#[repr(u8)]
pub enum ShapeOutside { None, Image(GenericImage<GenericGradient<LineDirection, LengthPercentage, NonNegative<CSSPixelLength>, NonNegative<LengthPercentage>, GenericPosition<LengthPercentage, LengthPercentage>, Angle, AngleOrPercentage, GenericColor<Percentage>>, ComputedUrl, GenericColor<Percentage>, Percentage, Resolution>), Shape(Box<GenericBasicShape<Angle, GenericPosition<LengthPercentage, LengthPercentage>, LengthPercentage, NonNegative<LengthPercentage>, GenericInsetRect<LengthPercentage, NonNegative<LengthPercentage>>>>, ShapeBox), Box(ShapeBox), }

Variants§