Enum wkhtmltopdf::Size [] [src]

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

Unit-aware sizes

Variants

Millimeters(u32)Inches(u32)

Trait Implementations

impl Clone for Size
[src]

fn clone(&self) -> Size

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Size
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.