Struct rtcm_rs::msg::Msg1021T

source ·
pub struct Msg1021T {
Show 24 fields pub source_name_str: Df88591String<DESC_CAP>, pub target_name_str: Df88591String<DESC_CAP>, pub system_id: u8, pub utilized_trans_msg_ind: u16, pub plate_number: u8, pub computation_ind: u8, pub height_ind: u8, pub phi_v_asec: f32, pub lambda_v_asec: f32, pub delta_phi_v_asec: Option<f32>, pub delta_lambda_v_asec: Option<f32>, pub dx_m: f64, pub dy_m: f64, pub dz_m: f64, pub r_1_asec: f64, pub r_2_asec: f64, pub r_3_asec: f64, pub ds_ppm: f64, pub a_s_m: Option<f64>, pub b_s_m: Option<f64>, pub a_t_m: Option<f64>, pub b_t_m: Option<f64>, pub hor_hel_mol_quality_ind: u8, pub ver_hel_mol_quality_ind: u8,
}

Fields§

§source_name_str: Df88591String<DESC_CAP>§target_name_str: Df88591String<DESC_CAP>§system_id: u8§utilized_trans_msg_ind: u16§plate_number: u8§computation_ind: u8§height_ind: u8§phi_v_asec: f32§lambda_v_asec: f32§delta_phi_v_asec: Option<f32>§delta_lambda_v_asec: Option<f32>§dx_m: f64§dy_m: f64§dz_m: f64§r_1_asec: f64§r_2_asec: f64§r_3_asec: f64§ds_ppm: f64§a_s_m: Option<f64>§b_s_m: Option<f64>§a_t_m: Option<f64>§b_t_m: Option<f64>§hor_hel_mol_quality_ind: u8§ver_hel_mol_quality_ind: u8

Trait Implementations§

source§

impl Clone for Msg1021T

source§

fn clone(&self) -> Msg1021T

Returns a copy 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 Msg1021T

source§

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

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

impl Default for Msg1021T

source§

fn default() -> Msg1021T

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

impl PartialEq for Msg1021T

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for Msg1021T

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> 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, U> TryFrom<U> for T
where U: Into<T>,

§

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>,

§

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.