pub enum HorizontalAccuracy {
Show 13 variants
Unknown,
LessThan_10_NM,
LessThan_4_NM,
LessThan_2_NM,
LessThan_1_NM,
LessThan_half_NM,
LessThan_third_NM,
LessThan_tenth_NM,
LessThan_twentieth_NM,
LessThan_30_m,
LessThan_10_m,
LessThan_3_m,
LessThan_1_m,
}Variants§
Unknown
= 18.52 km (10 NM) or Unknown
LessThan_10_NM
<18.52 km
LessThan_4_NM
<7.408 km
LessThan_2_NM
<3.704 km
LessThan_1_NM
<1852 m
LessThan_half_NM
<926 m
LessThan_third_NM
<555.6 m
LessThan_tenth_NM
<185.2 m
LessThan_twentieth_NM
<92.6 m
LessThan_30_m
<30 m
LessThan_10_m
<10 m
LessThan_3_m
<3 m
LessThan_1_m
<1 m
Trait Implementations§
Source§impl Clone for HorizontalAccuracy
impl Clone for HorizontalAccuracy
Source§fn clone(&self) -> HorizontalAccuracy
fn clone(&self) -> HorizontalAccuracy
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HorizontalAccuracy
impl Debug for HorizontalAccuracy
Source§impl From<HorizontalAccuracy> for u8
impl From<HorizontalAccuracy> for u8
Source§fn from(val: HorizontalAccuracy) -> Self
fn from(val: HorizontalAccuracy) -> Self
Converts to this type from the input type.
Source§impl From<u8> for HorizontalAccuracy
impl From<u8> for HorizontalAccuracy
Source§impl PartialEq for HorizontalAccuracy
impl PartialEq for HorizontalAccuracy
impl Copy for HorizontalAccuracy
impl StructuralPartialEq for HorizontalAccuracy
Auto Trait Implementations§
impl Freeze for HorizontalAccuracy
impl RefUnwindSafe for HorizontalAccuracy
impl Send for HorizontalAccuracy
impl Sync for HorizontalAccuracy
impl Unpin for HorizontalAccuracy
impl UnwindSafe for HorizontalAccuracy
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)