Struct style::matching::StyleDifference
[−]
[src]
pub struct StyleDifference {
pub damage: RestyleDamage,
pub change: StyleChange,
}Represents the result of comparing an element's old and new style.
Fields
damage: RestyleDamage
The resulting damage.
change: StyleChange
Whether any styles changed.