pub struct GeoIgpMaskBlock {
pub prn: u8,
pub nbr_bands: u8,
pub band_nbr: u8,
pub iodi: u8,
pub nbr_igps: u8,
pub igp_mask: Vec<u8>,
/* private fields */
}Expand description
GEOIGPMask block (Block ID 5931)
SBAS MT18 ionospheric grid point mask.
Fields§
§prn: u8SBAS PRN
nbr_bands: u8Number of bands
band_nbr: u8Band number
iodi: u8Issue of Data Ionosphere
nbr_igps: u8Number of IGPs
igp_mask: Vec<u8>IGP mask array
Implementations§
Trait Implementations§
Source§impl Clone for GeoIgpMaskBlock
impl Clone for GeoIgpMaskBlock
Source§fn clone(&self) -> GeoIgpMaskBlock
fn clone(&self) -> GeoIgpMaskBlock
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 GeoIgpMaskBlock
impl Debug for GeoIgpMaskBlock
Auto Trait Implementations§
impl Freeze for GeoIgpMaskBlock
impl RefUnwindSafe for GeoIgpMaskBlock
impl Send for GeoIgpMaskBlock
impl Sync for GeoIgpMaskBlock
impl Unpin for GeoIgpMaskBlock
impl UnsafeUnpin for GeoIgpMaskBlock
impl UnwindSafe for GeoIgpMaskBlock
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