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