Struct style::stylesheets::font_feature_values_rule::PairValues [] [src]

pub struct PairValues(pub u32, pub Option<u32>);

A @font-feature-values block declaration value that keeps one or two values.

Trait Implementations

impl Clone for PairValues
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PairValues
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for PairValues
[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 Parse for PairValues
[src]

[src]

Parse a value of this type. Read more

impl ToCss for PairValues
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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