pub struct GeoIonoDelayBlock {
pub prn: u8,
pub band_nbr: u8,
pub iodi: u8,
pub idc: Vec<GeoIonoDelayIdc>,
/* private fields */
}Expand description
GEOIonoDelay block (Block ID 5933)
SBAS MT26 ionospheric delay corrections.
Fields§
§prn: u8ID of the SBAS satellite from which MT26 was received
band_nbr: u8SBAS band number
iodi: u8Issue of data ionosphere
idc: Vec<GeoIonoDelayIdc>Ionospheric delay correction entries
Implementations§
Trait Implementations§
Source§impl Clone for GeoIonoDelayBlock
impl Clone for GeoIonoDelayBlock
Source§fn clone(&self) -> GeoIonoDelayBlock
fn clone(&self) -> GeoIonoDelayBlock
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 GeoIonoDelayBlock
impl Debug for GeoIonoDelayBlock
Auto Trait Implementations§
impl Freeze for GeoIonoDelayBlock
impl RefUnwindSafe for GeoIonoDelayBlock
impl Send for GeoIonoDelayBlock
impl Sync for GeoIonoDelayBlock
impl Unpin for GeoIonoDelayBlock
impl UnsafeUnpin for GeoIonoDelayBlock
impl UnwindSafe for GeoIonoDelayBlock
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