pub struct GeoIntegrityBlock {
pub prn: u8,
pub iodf: [u8; 4],
pub udrei: [u8; 51],
/* private fields */
}Expand description
GEOIntegrity block (Block ID 5928)
SBAS MT06 integrity information (UDRE indices).
Fields§
§prn: u8SBAS PRN
iodf: [u8; 4]Issue of Data Fast (4 values)
udrei: [u8; 51]UDRE indices (51 values)
Implementations§
Trait Implementations§
Source§impl Clone for GeoIntegrityBlock
impl Clone for GeoIntegrityBlock
Source§fn clone(&self) -> GeoIntegrityBlock
fn clone(&self) -> GeoIntegrityBlock
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 GeoIntegrityBlock
impl Debug for GeoIntegrityBlock
Auto Trait Implementations§
impl Freeze for GeoIntegrityBlock
impl RefUnwindSafe for GeoIntegrityBlock
impl Send for GeoIntegrityBlock
impl Sync for GeoIntegrityBlock
impl Unpin for GeoIntegrityBlock
impl UnsafeUnpin for GeoIntegrityBlock
impl UnwindSafe for GeoIntegrityBlock
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