Struct srtm::Tile[][src]

pub struct Tile {
    pub latitude: i32,
    pub longitude: i32,
    pub resolution: Resolution,
    // some fields omitted
}

Fields

Methods

impl Tile
[src]

Trait Implementations

impl Debug for Tile
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tile

impl Sync for Tile