pub struct Msg1058Sat {
pub gps_satellite_id: u8,
pub delta_clock_c0_m: f64,
pub delta_clock_c1_m_s: f64,
pub delta_clock_c2_m_s2: f64,
}
Fields§
§gps_satellite_id: u8
§delta_clock_c0_m: f64
§delta_clock_c1_m_s: f64
§delta_clock_c2_m_s2: f64
Trait Implementations§
Source§impl Clone for Msg1058Sat
impl Clone for Msg1058Sat
Source§fn clone(&self) -> Msg1058Sat
fn clone(&self) -> Msg1058Sat
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 Msg1058Sat
impl Debug for Msg1058Sat
Source§impl Default for Msg1058Sat
impl Default for Msg1058Sat
Source§fn default() -> Msg1058Sat
fn default() -> Msg1058Sat
Returns the “default value” for a type. Read more
Source§impl PartialEq for Msg1058Sat
impl PartialEq for Msg1058Sat
Source§impl SourceRepr for Msg1058Sat
impl SourceRepr for Msg1058Sat
impl StructuralPartialEq for Msg1058Sat
Auto Trait Implementations§
impl Freeze for Msg1058Sat
impl RefUnwindSafe for Msg1058Sat
impl Send for Msg1058Sat
impl Sync for Msg1058Sat
impl Unpin for Msg1058Sat
impl UnwindSafe for Msg1058Sat
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