pub struct GpsQzssHow {
pub tow: u32,
pub alert: bool,
pub anti_spoofing: bool,
pub frame_id: GpsQzssFrameId,
}Available on crate feature
gps only.Expand description
GpsQzssHow marks the beginning of each frame, following GpsQzssTelemetry [GpsHowWord]
Fields§
§tow: u32TOW (in seconds)
alert: boolWhen alert is asserted, the SV URA may be worse than indicated in subframe 1 and user shall use this SV at their own risk.
anti_spoofing: boolA-S mode is ON in that SV
frame_id: GpsQzssFrameIdFollowing Frame ID (to decode following data words)
Implementations§
Source§impl GpsQzssHow
impl GpsQzssHow
Trait Implementations§
Source§impl Clone for GpsQzssHow
impl Clone for GpsQzssHow
Source§fn clone(&self) -> GpsQzssHow
fn clone(&self) -> GpsQzssHow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GpsQzssHow
Source§impl Debug for GpsQzssHow
impl Debug for GpsQzssHow
Source§impl Default for GpsQzssHow
impl Default for GpsQzssHow
Source§fn default() -> GpsQzssHow
fn default() -> GpsQzssHow
Returns the “default value” for a type. Read more
Source§impl PartialEq for GpsQzssHow
impl PartialEq for GpsQzssHow
Source§fn eq(&self, other: &GpsQzssHow) -> bool
fn eq(&self, other: &GpsQzssHow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GpsQzssHow
Auto Trait Implementations§
impl Freeze for GpsQzssHow
impl RefUnwindSafe for GpsQzssHow
impl Send for GpsQzssHow
impl Sync for GpsQzssHow
impl Unpin for GpsQzssHow
impl UnsafeUnpin for GpsQzssHow
impl UnwindSafe for GpsQzssHow
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