pub struct IrnssRawBlock {
pub svid: u8,
pub crc_passed: u8,
pub viterbi_count: u8,
pub source: u8,
pub reserved: u8,
pub rx_channel: u8,
pub nav_bits: [u8; 40],
/* private fields */
}Expand description
IRNSSRaw / NAVICRaw (4093) — NavIC/IRNSS subframe.
Fields§
§svid: u8§crc_passed: u8§viterbi_count: u8§source: u8§reserved: u8§rx_channel: u810 × u32 = 40 bytes.
Implementations§
Trait Implementations§
Source§impl Clone for IrnssRawBlock
impl Clone for IrnssRawBlock
Source§fn clone(&self) -> IrnssRawBlock
fn clone(&self) -> IrnssRawBlock
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 IrnssRawBlock
impl Debug for IrnssRawBlock
Auto Trait Implementations§
impl Freeze for IrnssRawBlock
impl RefUnwindSafe for IrnssRawBlock
impl Send for IrnssRawBlock
impl Sync for IrnssRawBlock
impl Unpin for IrnssRawBlock
impl UnsafeUnpin for IrnssRawBlock
impl UnwindSafe for IrnssRawBlock
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