pub struct GeoLongTermCorrBlock {
pub prn: u8,
pub n: u8,
pub sb_length: u8,
pub corrections: Vec<GeoLongTermCorrEntry>,
/* private fields */
}Expand description
GEOLongTermCorr block (Block ID 5932)
SBAS MT24/25 long-term satellite error corrections.
Fields§
§prn: u8SBAS PRN
n: u8Number of corrections
sb_length: u8Sub-block length
corrections: Vec<GeoLongTermCorrEntry>Long-term correction entries
Implementations§
Trait Implementations§
Source§impl Clone for GeoLongTermCorrBlock
impl Clone for GeoLongTermCorrBlock
Source§fn clone(&self) -> GeoLongTermCorrBlock
fn clone(&self) -> GeoLongTermCorrBlock
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 GeoLongTermCorrBlock
impl Debug for GeoLongTermCorrBlock
Auto Trait Implementations§
impl Freeze for GeoLongTermCorrBlock
impl RefUnwindSafe for GeoLongTermCorrBlock
impl Send for GeoLongTermCorrBlock
impl Sync for GeoLongTermCorrBlock
impl Unpin for GeoLongTermCorrBlock
impl UnsafeUnpin for GeoLongTermCorrBlock
impl UnwindSafe for GeoLongTermCorrBlock
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