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

pub struct SingleValue(pub u32);

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

Trait Implementations

impl Clone for SingleValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SingleValue
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Parse a value of this type. Read more

impl ToCss for SingleValue
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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