#[repr(C)]pub struct ionosphere_t {
pub toa: gps_time_t,
pub a0: f64,
pub a1: f64,
pub a2: f64,
pub a3: f64,
pub b0: f64,
pub b1: f64,
pub b2: f64,
pub b3: f64,
}
Expand description
Structure holding Klobuchar ionospheric model parameters.
Fields§
§toa: gps_time_t
< Reference time of almanac.
a0: f64
§a1: f64
§a2: f64
§a3: f64
§b0: f64
§b1: f64
§b2: f64
§b3: f64
Trait Implementations§
Source§impl Clone for ionosphere_t
impl Clone for ionosphere_t
Source§fn clone(&self) -> ionosphere_t
fn clone(&self) -> ionosphere_t
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 ionosphere_t
impl Debug for ionosphere_t
Source§impl PartialEq for ionosphere_t
impl PartialEq for ionosphere_t
Source§impl PartialOrd for ionosphere_t
impl PartialOrd for ionosphere_t
impl Copy for ionosphere_t
impl StructuralPartialEq for ionosphere_t
Auto Trait Implementations§
impl Freeze for ionosphere_t
impl RefUnwindSafe for ionosphere_t
impl Send for ionosphere_t
impl Sync for ionosphere_t
impl Unpin for ionosphere_t
impl UnwindSafe for ionosphere_t
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