Struct street_index::gridconfig::Millimeter[][src]

pub struct Millimeter(pub f32);

Unit struct just so it's easier to read that certain values should be in millimeter scale.

Trait Implementations

impl Debug for Millimeter
[src]

Formats the value using the given formatter. Read more

impl Copy for Millimeter
[src]

impl Clone for Millimeter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Millimeter

impl Sync for Millimeter