pub struct GeoCorrectionsBlock {
pub sat_corrections: Vec<GeoCorrectionsSatCorr>,
/* private fields */
}Expand description
GEOCorrections block (Block ID 5935).
SBAS GEO satellite corrections: fast, long-term, ionosphere, variances.
Fields§
§sat_corrections: Vec<GeoCorrectionsSatCorr>Implementations§
Trait Implementations§
Source§impl Clone for GeoCorrectionsBlock
impl Clone for GeoCorrectionsBlock
Source§fn clone(&self) -> GeoCorrectionsBlock
fn clone(&self) -> GeoCorrectionsBlock
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 GeoCorrectionsBlock
impl Debug for GeoCorrectionsBlock
Auto Trait Implementations§
impl Freeze for GeoCorrectionsBlock
impl RefUnwindSafe for GeoCorrectionsBlock
impl Send for GeoCorrectionsBlock
impl Sync for GeoCorrectionsBlock
impl Unpin for GeoCorrectionsBlock
impl UnsafeUnpin for GeoCorrectionsBlock
impl UnwindSafe for GeoCorrectionsBlock
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