pub struct Msm57Sat {
pub satellite_id: u8,
pub gnss_satellite_rough_range_integer_ms: Option<u8>,
pub reserved_8_4: u8,
pub gnss_satellite_rough_range_mod1ms_ms: f64,
pub gnss_satellite_rough_phaserange_rates_m_s: Option<i16>,
}
Fields§
§satellite_id: u8
§gnss_satellite_rough_range_integer_ms: Option<u8>
§reserved_8_4: u8
§gnss_satellite_rough_range_mod1ms_ms: f64
§gnss_satellite_rough_phaserange_rates_m_s: Option<i16>
Trait Implementations§
impl StructuralPartialEq for Msm57Sat
Auto Trait Implementations§
impl Freeze for Msm57Sat
impl RefUnwindSafe for Msm57Sat
impl Send for Msm57Sat
impl Sync for Msm57Sat
impl Unpin for Msm57Sat
impl UnwindSafe for Msm57Sat
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