Struct style::invalidation::element::invalidator::InvalidationResult
[−]
[src]
pub struct InvalidationResult { /* fields omitted */ }
The result of a whole invalidation process for a given element.
Methods
impl InvalidationResult
[src]
pub fn empty() -> Self
[src]
Create an emtpy result.
pub fn has_invalidated_self(&self) -> bool
[src]
Whether the invalidation has invalidate the element itself.
pub fn has_invalidated_descendants(&self) -> bool
[src]
Whether the invalidation has invalidate desendants.
pub fn has_invalidated_siblings(&self) -> bool
[src]
Whether the invalidation has invalidate siblings.