Struct osm_proto_rs::HeaderBBox [] [src]

pub struct HeaderBBox {
    pub left: i64,
    pub right: i64,
    pub top: i64,
    pub bottom: i64,
}

Fields

Trait Implementations

impl Clone for HeaderBBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeaderBBox
[src]

Formats the value using the given formatter.

impl PartialEq for HeaderBBox
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.