pub type BorderImageWidth = Rect<BorderImageSideWidth>;
Expand description
A computed value for the border-image-width
property.
Aliased Type§
#[repr(C)]pub 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>>);
Tuple 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>>