Struct street_index::gridconfig::Bbox[][src]

pub struct Bbox {
    pub width: Millimeter,
    pub height: Millimeter,
}

Bounding box (usually the page extents)

Fields

Trait Implementations

impl Debug for Bbox
[src]

Formats the value using the given formatter. Read more

impl Copy for Bbox
[src]

impl Clone for Bbox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Bbox

impl Sync for Bbox