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

pub struct VectorValues(pub Vec<u32>);

A @font-feature-values block declaration value that keeps a list of values.

Trait Implementations

impl Clone for VectorValues
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VectorValues
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Parse a value of this type. Read more

impl ToCss for VectorValues
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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