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