Struct style::invalidation::media_queries::EffectiveMediaQueryResults [] [src]

pub struct EffectiveMediaQueryResults { /* fields omitted */ }

A struct that holds the result of a media query evaluation pass for the media queries that evaluated successfully.

Methods

impl EffectiveMediaQueryResults
[src]

[src]

Trivially constructs an empty EffectiveMediaQueryResults.

[src]

Resets the results, using an empty key.

[src]

Returns whether a given item was known to be effective when the results were cached.

[src]

Notices that an effective item has been seen, and caches it as matching.

Trait Implementations

impl Debug for EffectiveMediaQueryResults
[src]

[src]

Formats the value using the given formatter. Read more

impl MallocSizeOf for EffectiveMediaQueryResults
[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 PartialEq for EffectiveMediaQueryResults
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.