Enum srtm::Resolution[][src]

pub enum Resolution {
    SRTM1,
    SRTM3,
}

Variants

Trait Implementations

impl PartialEq for Resolution
[src]

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

This method tests for !=.

impl Eq for Resolution
[src]

impl Clone for Resolution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Resolution
[src]

impl Debug for Resolution
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Resolution

impl Sync for Resolution