Enum wkhtmltopdf::Size [] [src]

pub enum Size {
    Millimeters(u32),
    Inches(u32),
}

Unit-aware sizes

Variants

Trait Implementations

impl Debug for Size
[src]

Formats the value using the given formatter.

impl Clone for Size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more