Struct Msg1020T

Source
pub struct Msg1020T {
Show 38 fields pub glo_satellite_id: u8, pub glo_satellite_freq_chan_number: i8, pub glo_alm_health_flag: u8, pub glo_alm_health_avail_flag: u8, pub p1_ind: u8, pub tk_h: u8, pub tk_min: u8, pub tk_s: u8, pub glo_eph_health_flag: u8, pub p2_flag: u8, pub tb_min: u16, pub xn_first_deriv_km_s: f64, pub xn_km: f64, pub xn_second_deriv_km_s2: f32, pub yn_first_deriv_km_s: f64, pub yn_km: f64, pub yn_second_deriv_km_s2: f32, pub zn_first_deriv_km_s: f64, pub zn_km: f64, pub zn_second_deriv_km_s2: f32, pub p3_flag: u8, pub gamma_n: f32, pub glo_m_p_ind: u8, pub glo_m_3str_ln_flag: u8, pub tau_n_s: f64, pub glo_m_delta_tau_n_s: f32, pub en_d: u8, pub glo_m_p4_flag: u8, pub glo_m_ft_ind: u8, pub glo_m_nt_d: u16, pub glo_m_m_ind: u8, pub additional_data_flag: u8, pub na_d: u16, pub tau_c_s: f64, pub glo_m_n4_year: u16, pub glo_m_tau_gps_s: f64, pub glo_m_5str_ln_flag: u8, pub reserved_353_7: u8,
}

Fields§

§glo_satellite_id: u8§glo_satellite_freq_chan_number: i8§glo_alm_health_flag: u8§glo_alm_health_avail_flag: u8§p1_ind: u8§tk_h: u8§tk_min: u8§tk_s: u8§glo_eph_health_flag: u8§p2_flag: u8§tb_min: u16§xn_first_deriv_km_s: f64§xn_km: f64§xn_second_deriv_km_s2: f32§yn_first_deriv_km_s: f64§yn_km: f64§yn_second_deriv_km_s2: f32§zn_first_deriv_km_s: f64§zn_km: f64§zn_second_deriv_km_s2: f32§p3_flag: u8§gamma_n: f32§glo_m_p_ind: u8§glo_m_3str_ln_flag: u8§tau_n_s: f64§glo_m_delta_tau_n_s: f32§en_d: u8§glo_m_p4_flag: u8§glo_m_ft_ind: u8§glo_m_nt_d: u16§glo_m_m_ind: u8§additional_data_flag: u8§na_d: u16§tau_c_s: f64§glo_m_n4_year: u16§glo_m_tau_gps_s: f64§glo_m_5str_ln_flag: u8§reserved_353_7: u8

Trait Implementations§

Source§

impl Clone for Msg1020T

Source§

fn clone(&self) -> Msg1020T

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Msg1020T

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Msg1020T

Source§

fn default() -> Msg1020T

Returns the “default value” for a type. Read more
Source§

impl PartialEq for Msg1020T

Source§

fn eq(&self, other: &Msg1020T) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl SourceRepr for Msg1020T

Source§

fn to_source(&self, f: &mut Formatter<'_>) -> Result

Source§

impl StructuralPartialEq for Msg1020T

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V