pub struct GalIonBlock {
pub svid: u8,
pub source: u8,
pub a_i0: f32,
pub a_i1: f32,
pub a_i2: f32,
pub storm_flags: u8,
/* private fields */
}Expand description
GALIon block (Block ID 4030)
Galileo ionosphere parameters.
Fields§
§svid: u8SVID (71-106 for Galileo)
source: u8Signal source (F/NAV or I/NAV)
a_i0: f32Ionosphere coefficient (sfu)
a_i1: f32Ionosphere coefficient (sfu/degree)
a_i2: f32Ionosphere coefficient (sfu/degree^2)
storm_flags: u8Ionosphere storm flags
Implementations§
Trait Implementations§
Source§impl Clone for GalIonBlock
impl Clone for GalIonBlock
Source§fn clone(&self) -> GalIonBlock
fn clone(&self) -> GalIonBlock
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 GalIonBlock
impl Debug for GalIonBlock
Auto Trait Implementations§
impl Freeze for GalIonBlock
impl RefUnwindSafe for GalIonBlock
impl Send for GalIonBlock
impl Sync for GalIonBlock
impl Unpin for GalIonBlock
impl UnsafeUnpin for GalIonBlock
impl UnwindSafe for GalIonBlock
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