pub type InsetRect = GenericInsetRect<LengthPercentage>;Expand description
The specified 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>>Implementations§
Source§impl InsetRect
impl InsetRect
Sourcefn parse_function_arguments(
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<Self, ParseError>
fn parse_function_arguments( context: &ParserContext<'_>, input: &mut Parser<'_>, ) -> Result<Self, ParseError>
Parse the inner function arguments of inset()