Struct style::counter_style::Pad [] [src]

pub struct Pad(pub u32, pub Symbol);

https://drafts.csswg.org/css-counter-styles/#counter-style-pad

Trait Implementations

impl Clone for Pad
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Pad
[src]

[src]

Formats the value using the given formatter. Read more

impl ToCss for Pad
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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

impl Parse for Pad
[src]

[src]

Parse a value of this type. Read more