pub struct GeoCorrectionsSatCorr {
pub svid: u8,
pub iode: u8,
/* private fields */
}Expand description
SBAS GEO satellite correction sub-block.
Fields§
§svid: u8§iode: u8Implementations§
Source§impl GeoCorrectionsSatCorr
impl GeoCorrectionsSatCorr
pub fn prc_m(&self) -> Option<f32>
pub fn corr_age_fc_seconds(&self) -> Option<f32>
pub fn delta_x_m(&self) -> Option<f32>
pub fn delta_y_m(&self) -> Option<f32>
pub fn delta_z_m(&self) -> Option<f32>
pub fn delta_clock_m(&self) -> Option<f32>
pub fn corr_age_lt_seconds(&self) -> Option<f32>
pub fn iono_pp_lat_rad(&self) -> Option<f32>
pub fn iono_pp_lon_rad(&self) -> Option<f32>
pub fn slant_iono_m(&self) -> Option<f32>
pub fn corr_age_iono_seconds(&self) -> Option<f32>
pub fn var_flt_m2(&self) -> Option<f32>
pub fn var_uire_m2(&self) -> Option<f32>
pub fn var_air_m2(&self) -> Option<f32>
pub fn var_tropo_m2(&self) -> Option<f32>
Trait Implementations§
Source§impl Clone for GeoCorrectionsSatCorr
impl Clone for GeoCorrectionsSatCorr
Source§fn clone(&self) -> GeoCorrectionsSatCorr
fn clone(&self) -> GeoCorrectionsSatCorr
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 moreAuto Trait Implementations§
impl Freeze for GeoCorrectionsSatCorr
impl RefUnwindSafe for GeoCorrectionsSatCorr
impl Send for GeoCorrectionsSatCorr
impl Sync for GeoCorrectionsSatCorr
impl Unpin for GeoCorrectionsSatCorr
impl UnsafeUnpin for GeoCorrectionsSatCorr
impl UnwindSafe for GeoCorrectionsSatCorr
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