[][src]Struct nmea_0183::messages::GSTMessage

pub struct GSTMessage {
    pub time: Option<NaiveTime>,
    pub range_rms: Option<Meter>,
    pub std_major: Option<Meter>,
    pub std_minor: Option<Meter>,
    pub orient: Option<Degree>,
    pub std_lat: Option<Meter>,
    pub std_lon: Option<Meter>,
    pub std_alt: Option<Meter>,
}

GNSS Pseudo Range Error Statistics

Fields

time: Option<NaiveTime>

UTC time of associated position fix

range_rms: Option<Meter>

RMS value of the standard deviation of the ranges

std_major: Option<Meter>

Standard deviation of semi-major axis

std_minor: Option<Meter>

Standard deviation of semi-minor axis

orient: Option<Degree>

Orientation of semi-major axis

std_lat: Option<Meter>

Standard deviation of latitude error

std_lon: Option<Meter>

Standard deviation of longitude error

std_alt: Option<Meter>

Standard deviation of altitude error

Trait Implementations

impl PartialEq<GSTMessage> for GSTMessage[src]

impl Debug for GSTMessage[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.

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

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

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