Enum gpx::GpxVersion[][src]

pub enum GpxVersion {
    Unknown,
    Gpx10,
    Gpx11,
}

Variants

Trait Implementations

impl Clone for GpxVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GpxVersion
[src]

impl Debug for GpxVersion
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GpxVersion
[src]

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

This method tests for !=.

impl Default for GpxVersion
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for GpxVersion

impl Sync for GpxVersion