Type Alias style::values::computed::border::BorderImageWidth

source ·
pub type BorderImageWidth = Rect<BorderImageSideWidth>;
Expand description

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

Aliased Type§

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

Fields§

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