Type Alias BorderImageWidth

Source
pub type BorderImageWidth = Rect<BorderImageSideWidth>;
Expand description

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

Aliased Type§

#[repr(C)]
pub 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>>);

Tuple 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>>