servo/components/style/values
Anthony Ramine b517bcd42b Unconditionally derive ToComputedValue as Clone for non-generics
We assume that types such as `<Self as ToComputedValue>::ToComputedValue == Self`
just construct a new value that is just a clone of the original one without any
additional code.
2018-03-03 18:41:50 +01:00
..
animated Animate NonNegativeLength as its inner type 2018-02-15 12:03:02 +01:00
computed Unconditionally derive ToComputedValue as Clone for non-generics 2018-03-03 18:41:50 +01:00
generics Replace ColorOrAuto by CaretColor 2018-02-28 10:25:59 +01:00
specified Derive ToCss for ContentItem 2018-03-02 16:07:02 +01:00
distance.rs Document how style traits can be derived 2017-08-28 12:26:43 +02:00
mod.rs Change AnimatedValue for NonNegativeNumber to CSSFloat 2018-02-13 16:12:30 +01:00