Struct geogrid::Bounds [] [src]

pub struct Bounds {
    pub north: f32,
    pub south: f32,
    pub east: f32,
    pub west: f32,
}

Represent some map bounds, generally in degrees.

Fields

Methods

impl Bounds
[src]

Trait Implementations

impl Debug for Bounds
[src]

Formats the value using the given formatter.

impl PartialEq for Bounds
[src]

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

This method tests for !=.

impl Clone for Bounds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Bounds
[src]