pub struct GeoFastCorrEntry {
pub prn_mask_no: u8,
pub udrei: u8,
/* private fields */
}Expand description
One fast correction entry in GEOFastCorr.
Fields§
§prn_mask_no: u8PRN mask number
udrei: u8User Differential Range Error index
Implementations§
Trait Implementations§
Source§impl Clone for GeoFastCorrEntry
impl Clone for GeoFastCorrEntry
Source§fn clone(&self) -> GeoFastCorrEntry
fn clone(&self) -> GeoFastCorrEntry
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 GeoFastCorrEntry
impl RefUnwindSafe for GeoFastCorrEntry
impl Send for GeoFastCorrEntry
impl Sync for GeoFastCorrEntry
impl Unpin for GeoFastCorrEntry
impl UnsafeUnpin for GeoFastCorrEntry
impl UnwindSafe for GeoFastCorrEntry
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