Enum Gnss
pub enum Gnss {
Gps,
Glonass,
Galileo,
Bds,
Qzss,
GpsGlonass,
Irnss,
}Expand description
Global Naviguation Satellite System.
Variants§
Gps
Global Positioning System, United States of America.
Glonass
Global Navigation Satellite System, Russian Federation.
Galileo
European Union GNSS.
Bds
BeiDou naviguation Satellite System, Republic of China.
Qzss
Quasi-Zenith Satellite System GNSS, Japan.
GpsGlonass
Mixed signals using both GPS and GLONASS.
Irnss
Indian Regional Navigation Satellite System, also know as NavIC (Navigation with Indian Constellation).
Implementations§
Trait Implementations§
§impl<'de> Deserialize<'de> for Gnss
impl<'de> Deserialize<'de> for Gnss
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Gnss
impl StructuralPartialEq for Gnss
Auto Trait Implementations§
impl Freeze for Gnss
impl RefUnwindSafe for Gnss
impl Send for Gnss
impl Sync for Gnss
impl Unpin for Gnss
impl UnsafeUnpin for Gnss
impl UnwindSafe for Gnss
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more