Struct style::rule_cache::RuleCacheConditions [] [src]

pub struct RuleCacheConditions { /* fields omitted */ }

The conditions for caching and matching a style in the rule cache.

Methods

impl RuleCacheConditions
[src]

[src]

Sets the style as depending in the font-size value.

[src]

Sets the style as uncacheable.

[src]

Sets the style as depending in the writing-mode value writing_mode.

Trait Implementations

impl Clone for RuleCacheConditions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RuleCacheConditions
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for RuleCacheConditions
[src]

[src]

Returns the "default value" for a type. Read more