pub struct Msg1041T {Show 30 fields
pub navic_satellite_id: u8,
pub navic_week_number: u16,
pub af0_s: f64,
pub af1_s_s: f32,
pub af2_s_s2: f32,
pub ura_index: u8,
pub toc_s: f32,
pub tgd_s: f32,
pub delta_n_sc_s: f64,
pub iodec: u8,
pub reserved_132_10: u16,
pub l5_flag: u8,
pub s_flag: u8,
pub cuc_rad: f32,
pub cus_rad: f32,
pub cic_rad: f32,
pub cis_rad: f32,
pub crc_m: f32,
pub crs_m: f32,
pub idot_sc_s: f64,
pub m0_sc: f64,
pub toe_s: f32,
pub eccentricity: f64,
pub sqrt_a_sqrt_m: f64,
pub omega0_sc: f64,
pub omega_sc: f64,
pub omegadot_sc_s: f64,
pub i0_sc: f64,
pub spare_idot: u8,
pub spare_i0: u8,
}
Fields§
§af0_s: f64
§af1_s_s: f32
§af2_s_s2: f32
§ura_index: u8
§toc_s: f32
§tgd_s: f32
§delta_n_sc_s: f64
§iodec: u8
§reserved_132_10: u16
§l5_flag: u8
§s_flag: u8
§cuc_rad: f32
§cus_rad: f32
§cic_rad: f32
§cis_rad: f32
§crc_m: f32
§crs_m: f32
§idot_sc_s: f64
§m0_sc: f64
§toe_s: f32
§eccentricity: f64
§sqrt_a_sqrt_m: f64
§omega0_sc: f64
§omega_sc: f64
§omegadot_sc_s: f64
§i0_sc: f64
§spare_idot: u8
§spare_i0: u8
Trait Implementations§
impl StructuralPartialEq for Msg1041T
Auto Trait Implementations§
impl Freeze for Msg1041T
impl RefUnwindSafe for Msg1041T
impl Send for Msg1041T
impl Sync for Msg1041T
impl Unpin for Msg1041T
impl UnwindSafe for Msg1041T
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