Struct Msg1046T

Source
pub struct Msg1046T {
Show 31 fields pub gal_satellite_id: u8, pub gal_week_number: u16, pub iodnav: u16, pub sisa_e1_e5b_index: u8, pub idot_sc_s: f32, pub toc_s: f32, pub af2_s_s2: f32, pub af1_s_s: f64, pub af0_s: f64, pub crs_m: f32, pub delta_n_sc_s: f32, pub m0_sc: f64, pub cuc_rad: f32, pub eccentricity: f64, pub cus_rad: f32, pub sqrt_a_sqrt_m: f64, pub toe_s: f32, pub cic_rad: f32, pub omega0_sc: f64, pub cis_rad: f32, pub i0_sc: f64, pub crc_m: f32, pub omega_sc: f64, pub omegadot_sc_s: f64, pub bgd_e1_e5a_s: f32, pub bgd_e1_e5b_s: f32, pub e5b_sig_health_ind: u8, pub e5b_data_validity_flag: u8, pub e1_b_sig_health_ind: u8, pub e1_b_data_validity_flag: u8, pub reserved_502_2: u8,
}

Fields§

§gal_satellite_id: u8§gal_week_number: u16§iodnav: u16§sisa_e1_e5b_index: u8§idot_sc_s: f32§toc_s: f32§af2_s_s2: f32§af1_s_s: f64§af0_s: f64§crs_m: f32§delta_n_sc_s: f32§m0_sc: f64§cuc_rad: f32§eccentricity: f64§cus_rad: f32§sqrt_a_sqrt_m: f64§toe_s: f32§cic_rad: f32§omega0_sc: f64§cis_rad: f32§i0_sc: f64§crc_m: f32§omega_sc: f64§omegadot_sc_s: f64§bgd_e1_e5a_s: f32§bgd_e1_e5b_s: f32§e5b_sig_health_ind: u8§e5b_data_validity_flag: u8§e1_b_sig_health_ind: u8§e1_b_data_validity_flag: u8§reserved_502_2: u8

Trait Implementations§

Source§

impl Clone for Msg1046T

Source§

fn clone(&self) -> Msg1046T

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 Msg1046T

Source§

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

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

impl Default for Msg1046T

Source§

fn default() -> Msg1046T

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

impl PartialEq for Msg1046T

Source§

fn eq(&self, other: &Msg1046T) -> 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 Msg1046T

Source§

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

Source§

impl StructuralPartialEq for Msg1046T

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