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