[][src]Enum adafruit_gps::PMTK::send_pmtk::Sbas

pub enum Sbas {
    Enabled,
    Disabled,
    Unknown,
}

SBAS (Satellite-based augmentation systems) uses ground stations broadcasting satellite messages to aid in navigation and accuracy.

Variants

Enabled
Disabled
Unknown

Trait Implementations

impl Debug for Sbas[src]

impl PartialEq<Sbas> for Sbas[src]

impl StructuralPartialEq for Sbas[src]

Auto Trait Implementations

impl RefUnwindSafe for Sbas

impl Send for Sbas

impl Sync for Sbas

impl Unpin for Sbas

impl UnwindSafe for Sbas

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, 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.