Expand description
Generic types that share their serialization implementations for both specified and computed values.
Re-exports§
pub use self::GenericClipRect as ClipRect;
pub use self::GenericClipRectOrAuto as ClipRectOrAuto;
pub use page::PageSize;
Modules§
- Generic values for properties related to animations and transitions.
- Generic types for CSS values related to backgrounds.
- CSS handling for the
basic-shape
types that are generic over theirToCss
implementations. - Generic types for CSS values related to borders.
- Generic types for box properties.
- Generic types for color properties.
- Generic types for the column properties.
- Generic types for counters-related CSS values.
- Generic types for CSS Easing Functions. https://drafts.csswg.org/css-easing/#timing-functions
- Generic types for CSS values related to effects.
- Generic types for CSS values related to flexbox.
- Generic types for font stuff.
- Generic types for the handling of grids.
- Generic types for the handling of images.
- Generic types for CSS values related to length.
- Generic types for CSS Motion Path.
- @page at-rule properties
- Generic types for CSS handling of specified and computed values of
position
- Generic types for CSS values related to
. https://drafts.csswg.org/css-values/#ratios - Generic types for CSS values that are composed of four sides.
- Generic type for CSS properties that are composed by two dimensions.
- Generic types for CSS values in SVG
- Generic types for text properties.
- Generic types for CSS values that are related to transformations.
- Generic values for UI properties.
- Generic types for url properties.
Structs§
- A clip rect for clip and image-region
- A wrapper of greater-than-or-equal-to-one values.
- A wrapper of Non-negative values.
- A wrapper of values between zero and one.
Enums§
- Either a clip-rect or
auto
. - An optional value, much like
Option<T>
, but with a defined struct layout to be able to use it from C++ as well.