Struct rtcm_rs::msg::Msg1030Sat
source · pub struct Msg1030Sat {
pub gps_satellite_id: u8,
pub s_oc_mm: f32,
pub s_od_ppm: f32,
pub s_oh_ppm: f32,
pub s_ic_mm: f32,
pub s_id_ppm: f32,
}Fields§
§gps_satellite_id: u8§s_oc_mm: f32§s_od_ppm: f32§s_oh_ppm: f32§s_ic_mm: f32§s_id_ppm: f32Trait Implementations§
source§impl Clone for Msg1030Sat
impl Clone for Msg1030Sat
source§fn clone(&self) -> Msg1030Sat
fn clone(&self) -> Msg1030Sat
Returns a copy 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 Msg1030Sat
impl Debug for Msg1030Sat
source§impl Default for Msg1030Sat
impl Default for Msg1030Sat
source§fn default() -> Msg1030Sat
fn default() -> Msg1030Sat
Returns the “default value” for a type. Read more
source§impl PartialEq<Msg1030Sat> for Msg1030Sat
impl PartialEq<Msg1030Sat> for Msg1030Sat
source§fn eq(&self, other: &Msg1030Sat) -> bool
fn eq(&self, other: &Msg1030Sat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Msg1030Sat
Auto Trait Implementations§
impl RefUnwindSafe for Msg1030Sat
impl Send for Msg1030Sat
impl Sync for Msg1030Sat
impl Unpin for Msg1030Sat
impl UnwindSafe for Msg1030Sat
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