pub enum FixKind {
None = 0,
TwoD = 1,
ThreeD = 2,
}Expand description
PROP_GNSS_FIX values.
Variants§
None = 0
No position solution.
TwoD = 1
A two-dimensional solution: position without altitude.
ThreeD = 2
A three-dimensional solution.
Implementations§
Trait Implementations§
impl Copy for FixKind
impl Eq for FixKind
impl StructuralPartialEq for FixKind
Auto Trait Implementations§
impl Freeze for FixKind
impl RefUnwindSafe for FixKind
impl Send for FixKind
impl Sync for FixKind
impl Unpin for FixKind
impl UnwindSafe for FixKind
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)