pub enum Fix {
None,
Fix2D,
Fix3D,
}Expand description
Type of fix the gps device has.
Variants§
None
No Fix. Mode is either 0 or 1.
Fix2D
2 dimensional fix. Mode is 2.
Fix3D
3 dimensional fix. Mode is 3.
Trait Implementations§
impl Copy for Fix
Auto Trait Implementations§
impl Freeze for Fix
impl RefUnwindSafe for Fix
impl Send for Fix
impl Sync for Fix
impl Unpin for Fix
impl UnwindSafe for Fix
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