Module style::properties::generated

source ·
Expand description

The CSS properties supported by the style system. Generated from the properties.mako.rs template by build.rs

Modules§

  • A module with all the code related to animated properties.
  • A module with all the code for longhand properties.
  • A module to group various interesting property counts.
  • A module with code for all the shorthand css properties, and a few serialization helpers.
  • The module where all the style structs are defined.

Macros§

Structs§

Enums§

Constants§

Statics§

  • A per-longhand array of functions to perform the CSS cascade on each of them, effectively doing virtual dispatch.

Traits§

  • Conversion with fewer impls than From/Into

Functions§

Type Aliases§

  • A per-longhand function that performs the CSS cascade for that longhand.