pub struct GalGstGpsBlock {
pub svid: u8,
pub source: u8,
pub a_1g: f32,
pub a_0g: f32,
pub t_og: u32,
pub wn_og: u8,
/* private fields */
}Expand description
GALGstGps block (Block ID 4032)
Galileo GST to GPS time parameters.
Fields§
§svid: u8SVID (71-106 for Galileo)
source: u8Signal source (F/NAV or I/NAV)
a_1g: f32GST-GPS drift (10^9 ns/s)
a_0g: f32GST-GPS offset (10^9 ns)
t_og: u32Reference time (s)
wn_og: u8Reference week
Implementations§
Trait Implementations§
Source§impl Clone for GalGstGpsBlock
impl Clone for GalGstGpsBlock
Source§fn clone(&self) -> GalGstGpsBlock
fn clone(&self) -> GalGstGpsBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GalGstGpsBlock
impl Debug for GalGstGpsBlock
Auto Trait Implementations§
impl Freeze for GalGstGpsBlock
impl RefUnwindSafe for GalGstGpsBlock
impl Send for GalGstGpsBlock
impl Sync for GalGstGpsBlock
impl Unpin for GalGstGpsBlock
impl UnsafeUnpin for GalGstGpsBlock
impl UnwindSafe for GalGstGpsBlock
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