[][src]Enum fitparser::profile::field_types::DisplayPosition

pub enum DisplayPosition {
    Degree,
    DegreeMinute,
    DegreeMinuteSecond,
    AustrianGrid,
    BritishGrid,
    DutchGrid,
    HungarianGrid,
    FinnishGrid,
    GermanGrid,
    IcelandicGrid,
    IndonesianEquatorial,
    IndonesianIrian,
    IndonesianSouthern,
    IndiaZone0,
    IndiaZoneIA,
    IndiaZoneIB,
    IndiaZoneIIA,
    IndiaZoneIIB,
    IndiaZoneIIIA,
    IndiaZoneIIIB,
    IndiaZoneIVA,
    IndiaZoneIVB,
    IrishTransverse,
    IrishGrid,
    Loran,
    MaidenheadGrid,
    MgrsGrid,
    NewZealandGrid,
    NewZealandTransverse,
    QatarGrid,
    ModifiedSwedishGrid,
    SwedishGrid,
    SouthAfricanGrid,
    SwissGrid,
    TaiwanGrid,
    UnitedStatesGrid,
    UtmUpsGrid,
    WestMalayan,
    BorneoRso,
    EstonianGrid,
    LatvianGrid,
    SwedishRef99Grid,
    UnknownVariant(u8),
}

Variants

Degree

dd.dddddd

DegreeMinute

dddmm.mmm

DegreeMinuteSecond

dddmmss

AustrianGrid

Austrian Grid (BMN)

BritishGrid

British National Grid

DutchGrid

Dutch grid system

HungarianGrid

Hungarian grid system

FinnishGrid

Finnish grid system Zone3 KKJ27

GermanGrid

Gausss Krueger (German)

IcelandicGrid

Icelandic Grid

IndonesianEquatorial

Indonesian Equatorial LCO

IndonesianIrian

Indonesian Irian LCO

IndonesianSouthern

Indonesian Southern LCO

IndiaZone0

India zone 0

IndiaZoneIA

India zone IA

IndiaZoneIB

India zone IB

IndiaZoneIIA

India zone IIA

IndiaZoneIIB

India zone IIB

IndiaZoneIIIA

India zone IIIA

IndiaZoneIIIB

India zone IIIB

IndiaZoneIVA

India zone IVA

IndiaZoneIVB

India zone IVB

IrishTransverse

Irish Transverse Mercator

IrishGrid

Irish Grid

Loran

Loran TD

MaidenheadGrid

Maidenhead grid system

MgrsGrid

MGRS grid system

NewZealandGrid

New Zealand grid system

NewZealandTransverse

New Zealand Transverse Mercator

QatarGrid

Qatar National Grid

ModifiedSwedishGrid

Modified RT-90 (Sweden)

SwedishGrid

RT-90 (Sweden)

SouthAfricanGrid

South African Grid

SwissGrid

Swiss CH-1903 grid

TaiwanGrid

Taiwan Grid

UnitedStatesGrid

United States National Grid

UtmUpsGrid

UTM/UPS grid system

WestMalayan

West Malayan RSO

BorneoRso

Borneo RSO

EstonianGrid

Estonian grid system

LatvianGrid

Latvian Transverse Mercator

SwedishRef99Grid

Reference Grid 99 TM (Swedish)

UnknownVariant(u8)

Implementations

impl DisplayPosition[src]

pub fn as_u8(self) -> u8[src]

pub fn as_i64(self) -> i64[src]

Trait Implementations

impl Clone for DisplayPosition[src]

impl Copy for DisplayPosition[src]

impl Debug for DisplayPosition[src]

impl Display for DisplayPosition[src]

impl Eq for DisplayPosition[src]

impl From<i64> for DisplayPosition[src]

impl From<u8> for DisplayPosition[src]

impl Ord for DisplayPosition[src]

impl PartialEq<DisplayPosition> for DisplayPosition[src]

impl PartialOrd<DisplayPosition> for DisplayPosition[src]

impl Serialize for DisplayPosition[src]

impl StructuralEq for DisplayPosition[src]

impl StructuralPartialEq for DisplayPosition[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.