Struct style::properties::LonghandIdSet [] [src]

pub struct LonghandIdSet { /* fields omitted */ }

A set of longhand properties

Methods

impl LonghandIdSet
[src]

Important traits for LonghandIdSetIterator<'a>
[src]

Iterate over the current longhand id set.

[src]

Returns whether this set contains at least every longhand that other also contains.

[src]

Create an empty set

[src]

Return whether the given property is in the set

[src]

Add the given property to the set

[src]

Remove the given property from the set

[src]

Clear all bits

[src]

Returns whether the set is empty.

Trait Implementations

impl Clone for LonghandIdSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LonghandIdSet
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

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

[src]

This method tests for !=.