Module style::values::computed::length
[−]
[src]
<length> computed values, and related ones.
Reexports
pub use super::image::Image; |
pub use values::specified::Angle; |
pub use values::specified::BorderStyle; |
pub use values::specified::Time; |
pub use values::specified::UrlOrNone; |
Structs
| CSSPixelLength |
The computed |
| CalcLengthOrPercentage |
Enums
| LengthOrPercentage | |
| LengthOrPercentageOrAuto | |
| LengthOrPercentageOrNone | |
| MaxLength |
A value suitable for a |
| MozLength |
A value suitable for a |
Type Definitions
| Length |
An alias of computed |
| LengthOrAuto |
Either a computed |
| LengthOrNone |
Either a computed |
| LengthOrNormal |
Either a computed |
| LengthOrNumber |
Either a computed |
| NonNegativeLength |
A wrapper of Length, whose value must be >= 0. |
| NonNegativeLengthOrAuto |
Either a computed NonNegativeLength or the |
| NonNegativeLengthOrNormal |
Either a computed NonNegativeLength or the |
| NonNegativeLengthOrNumber |
Either a computed NonNegativeLength or a NonNegativeNumber value. |
| NonNegativeLengthOrPercentage |
A wrapper of LengthOrPercentage, whose value must be >= 0. |