pub struct GeoRawL5Block {
pub svid: u8,
pub crc_status: u8,
pub viterbi_count: u8,
pub source: u8,
pub freq_nr: u8,
pub rx_channel: u8,
pub nav_bits: [u8; 64],
/* private fields */
}Expand description
GEORawL5 (4021) — SBAS L5 navigation message.
Fields§
§svid: u8§crc_status: u8§viterbi_count: u8§source: u8§freq_nr: u8§rx_channel: u8Raw NAVBits payload (16 × u32 = 64 bytes).
Implementations§
Trait Implementations§
Source§impl Clone for GeoRawL5Block
impl Clone for GeoRawL5Block
Source§fn clone(&self) -> GeoRawL5Block
fn clone(&self) -> GeoRawL5Block
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 GeoRawL5Block
impl Debug for GeoRawL5Block
Auto Trait Implementations§
impl Freeze for GeoRawL5Block
impl RefUnwindSafe for GeoRawL5Block
impl Send for GeoRawL5Block
impl Sync for GeoRawL5Block
impl Unpin for GeoRawL5Block
impl UnsafeUnpin for GeoRawL5Block
impl UnwindSafe for GeoRawL5Block
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