pub struct Gsa {
pub fix_mode: u8,
pub hdop_centi: Option<u16>,
}Expand description
The GSA sentence.
Fields§
§fix_mode: u81 no fix, 2 two-dimensional, 3 three-dimensional.
hdop_centi: Option<u16>Horizontal dilution of precision, in hundredths.
Trait Implementations§
impl Copy for Gsa
impl Eq for Gsa
impl StructuralPartialEq for Gsa
Auto Trait Implementations§
impl Freeze for Gsa
impl RefUnwindSafe for Gsa
impl Send for Gsa
impl Sync for Gsa
impl Unpin for Gsa
impl UnwindSafe for Gsa
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)