pub type ScrollbarInset = GenericScrollbarInset<NonNegativeLength>;Expand description
The specified value of -moz-scrollbar-inset-block / -inline.
Aliased Type§
#[repr(C)]pub struct ScrollbarInset {
pub start: NonNegative<Length>,
pub end: NonNegative<Length>,
}Fields§
§start: NonNegative<Length>The inset at the logical start of the axis.
end: NonNegative<Length>The inset at the logical end of the axis.
Trait Implementations§
Source§impl Parse for ScrollbarInset
impl Parse for ScrollbarInset
Source§fn parse(
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<Self, ParseError>
fn parse( context: &ParserContext<'_>, input: &mut Parser<'_>, ) -> Result<Self, ParseError>
Parse a value of this type. Read more