Struct street_index::gridconfig::GridConfig[][src]

pub struct GridConfig {
    pub cell_height: Millimeter,
    pub cell_width: Millimeter,
}

Later on this struct will be extended with parameters for curving, rotations, offsets, labeling, etc. Right now it's just: how big should one cell be?

Cells start at the top left (again, later on this will likely be configurable although I haven't seen a map where

Fields

Trait Implementations

impl Debug for GridConfig
[src]

Formats the value using the given formatter. Read more

impl Copy for GridConfig
[src]

impl Clone for GridConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GridConfig

impl Sync for GridConfig