Enum gpsd_proto::Mode[][src]

pub enum Mode {
    NoFix,
    Fix2d,
    Fix3d,
}

Type of GPS fix

Variants

No fix at all.

Two dimensional fix, 2D.

Three dimensional fix, 3D (i.e. with altitude).

Trait Implementations

impl Debug for Mode
[src]

Formats the value using the given formatter. Read more

impl ToString for Mode
[src]

Converts the given value to a String. Read more

Auto Trait Implementations

impl Send for Mode

impl Sync for Mode