pub type ShapeRadius = ShapeRadius<LengthPercentage>;Expand description
The specified value of ShapeRadius.
Aliased Type§
#[repr(C, u8)]pub enum ShapeRadius {
Length(NonNegative<LengthPercentage>),
ClosestSide,
FarthestSide,
}pub type ShapeRadius = ShapeRadius<LengthPercentage>;The specified value of ShapeRadius.
#[repr(C, u8)]pub enum ShapeRadius {
Length(NonNegative<LengthPercentage>),
ClosestSide,
FarthestSide,
}