pub struct Msm123Sat {
pub satellite_id: u8,
pub gnss_satellite_rough_range_mod1ms_ms: f64,
}Fields§
§satellite_id: u8§gnss_satellite_rough_range_mod1ms_ms: f64Trait Implementations§
Source§impl SourceRepr for Msm123Sat
Available on crate feature test_gen only.
impl SourceRepr for Msm123Sat
Available on crate feature
test_gen only.impl StructuralPartialEq for Msm123Sat
Auto Trait Implementations§
impl Freeze for Msm123Sat
impl RefUnwindSafe for Msm123Sat
impl Send for Msm123Sat
impl Sync for Msm123Sat
impl Unpin for Msm123Sat
impl UnwindSafe for Msm123Sat
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