pub enum GGAStatus {
Invalid,
S2d3D,
Dgnss,
FixedRtk,
FloatRtk,
DeadReckoning,
}Expand description
GGA command status
Variants§
Invalid
Invalid status
S2d3D
2D/3D
Dgnss
DGNSS
FixedRtk
Fixed RTK
FloatRtk
Float RTK
DeadReckoning
(dead reckoning)
Trait Implementations§
impl StructuralPartialEq for GGAStatus
Auto Trait Implementations§
impl Freeze for GGAStatus
impl RefUnwindSafe for GGAStatus
impl Send for GGAStatus
impl Sync for GGAStatus
impl Unpin for GGAStatus
impl UnwindSafe for GGAStatus
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