Struct style::counter_style::AdditiveTuple [] [src]

pub struct AdditiveTuple {
    pub weight: u32,
    pub symbol: Symbol,
}

&&

Fields

Trait Implementations

impl Clone for AdditiveTuple
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AdditiveTuple
[src]

[src]

Formats the value using the given formatter. Read more

impl ToCss for AdditiveTuple
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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

impl OneOrMoreSeparated for AdditiveTuple
[src]

Associated type indicating which separator is used.

impl Parse for AdditiveTuple
[src]

[src]

Parse a value of this type. Read more