pub struct GloAlmBlock {}Expand description
GLOAlm block (Block ID 4005)
GLONASS almanac data.
Fields§
§svid: u8SVID (38-61 for GLONASS)
freq_nr: i8Frequency number (-7 to +6)
epsilon: f32Eccentricity
t_oa: u32Almanac reference time
delta_i: f32Inclination correction (rad)
lambda: f32Longitude of ascending node (rad)
t_ln: f32Time of ascending node (s)
omega: f32Argument of perigee (rad)
delta_t: f32Orbit period correction (s/orbit)
d_delta_t: f32Orbit period rate (s/orbit^2)
tau: f32Clock bias (s)
wn_a: u8Almanac week
c: u8Health flag
n: u16Day number
m_type: u8Satellite type
n_4: u84-year interval
Implementations§
Trait Implementations§
Source§impl Clone for GloAlmBlock
impl Clone for GloAlmBlock
Source§fn clone(&self) -> GloAlmBlock
fn clone(&self) -> GloAlmBlock
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 GloAlmBlock
impl Debug for GloAlmBlock
Auto Trait Implementations§
impl Freeze for GloAlmBlock
impl RefUnwindSafe for GloAlmBlock
impl Send for GloAlmBlock
impl Sync for GloAlmBlock
impl Unpin for GloAlmBlock
impl UnsafeUnpin for GloAlmBlock
impl UnwindSafe for GloAlmBlock
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