Macros

Structs

  • A simple wrapper over an Arc<Stylesheet>, with pointer comparison, and suitable for its use in a StylesheetSet.
  • A set of namespaces applying to a given stylesheet.
  • A struct to hold the data relevant to style sheet sanitization.
  • The structure servo uses to represent a stylesheet.
  • The contents of a given stylesheet. This effectively maps to a StyleSheetInner in Gecko.
  • This structure holds the user-agent and user stylesheets.

Enums

Traits