pub type BorderImageWidth = Rect<BorderImageSideWidth>;
Expand description

A specified value for the border-image-width property.

Aliased Type§

struct BorderImageWidth(pub GenericBorderImageSideWidth<NonNegative<LengthPercentage>, NonNegative<Number>>, pub GenericBorderImageSideWidth<NonNegative<LengthPercentage>, NonNegative<Number>>, pub GenericBorderImageSideWidth<NonNegative<LengthPercentage>, NonNegative<Number>>, pub GenericBorderImageSideWidth<NonNegative<LengthPercentage>, NonNegative<Number>>);

Fields§

§0: GenericBorderImageSideWidth<NonNegative<LengthPercentage>, NonNegative<Number>>§1: GenericBorderImageSideWidth<NonNegative<LengthPercentage>, NonNegative<Number>>§2: GenericBorderImageSideWidth<NonNegative<LengthPercentage>, NonNegative<Number>>§3: GenericBorderImageSideWidth<NonNegative<LengthPercentage>, NonNegative<Number>>