Struct style::stylesheets::keyframes_rule::KeyframeSelector [] [src]

pub struct KeyframeSelector(_);

A keyframes selector is a list of percentages or from/to symbols, which are converted at parse time to percentages.

Methods

impl KeyframeSelector
[src]

Important traits for &'a mut [u8]
[src]

Return the list of percentages this selector contains.

[src]

A dummy public function so we can write a unit test for this.

[src]

Parse a keyframe selector from CSS input.

Trait Implementations

impl Clone for KeyframeSelector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for KeyframeSelector
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for KeyframeSelector
[src]

impl PartialEq for KeyframeSelector
[src]

[src]

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

[src]

This method tests for !=.

impl ToCss for KeyframeSelector
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more