#[repr(i32)]pub enum FixType {
NoGps = 0,
NoFix = 1,
Fix2d = 2,
Fix3d = 3,
FixDgps = 4,
RtkFloat = 5,
RtkFixed = 6,
}Expand description
GPS fix type.
Variants§
NoGps = 0
No GPS connected
NoFix = 1
No position information, GPS is connected
Fix2d = 2
2D position
Fix3d = 3
3D position
FixDgps = 4
DGPS/SBAS aided 3D position
RtkFloat = 5
RTK float, 3D position
RtkFixed = 6
RTK Fixed, 3D position
Implementations§
Trait Implementations§
Source§impl Ord for FixType
impl Ord for FixType
Source§impl PartialOrd for FixType
impl PartialOrd for FixType
impl Copy for FixType
impl Eq for FixType
impl StructuralPartialEq for FixType
Auto Trait Implementations§
impl Freeze for FixType
impl RefUnwindSafe for FixType
impl Send for FixType
impl Sync for FixType
impl Unpin for FixType
impl UnwindSafe for FixType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request