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

The resulting damage.

Whether any styles changed.

Trait Implementations

impl Debug for StyleDifference
[src]

[src]

Formats the value using the given formatter. Read more