Type Alias InsetRect

Source
pub type InsetRect = GenericInsetRect<LengthPercentage, NonNegativeLengthPercentage>;
Expand description

The computed value of inset().

Aliased Type§

#[repr(C)]
pub struct InsetRect { pub rect: Rect<LengthPercentage>, pub round: GenericBorderRadius<NonNegative<LengthPercentage>>, }

Fields§

§rect: Rect<LengthPercentage>§round: GenericBorderRadius<NonNegative<LengthPercentage>>