Struct style::invalidation::element::invalidation_map::StateDependency [] [src]

pub struct StateDependency {
    pub dep: Dependency,
    pub state: ElementState,
}

The same, but for state selectors, which can track more exactly what state do they track.

Fields

The other dependency fields.

The state this dependency is affected by.

Trait Implementations

impl Clone for StateDependency
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StateDependency
[src]

[src]

Formats the value using the given formatter. Read more

impl MallocSizeOf for StateDependency
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more

impl SelectorMapEntry for StateDependency
[src]

Important traits for SelectorIter<'a, Impl>
[src]

Gets the selector we should use to index in the selector map.