pub struct Msg1023T {Show 16 fields
pub system_id: u8,
pub hor_shift_flag: u8,
pub ver_shift_flag: u8,
pub phi_0_asec: f64,
pub lambda_0_asec: f64,
pub delta_phi_asec: Option<f32>,
pub delta_lambda_asec: Option<f32>,
pub mean_delta_phi_asec: f32,
pub mean_delta_lambda_asec: f32,
pub mean_delta_h_m: f32,
pub grid: Grid16P<Msg1023GpEllips>,
pub hor_interp_ind: u8,
pub ver_interp_ind: u8,
pub hor_grid_quality_ind: u8,
pub ver_grid_quality_ind: u8,
pub modified_julian_day_number: u16,
}
Fields§
§system_id: u8
§hor_shift_flag: u8
§ver_shift_flag: u8
§phi_0_asec: f64
§lambda_0_asec: f64
§delta_phi_asec: Option<f32>
§delta_lambda_asec: Option<f32>
§mean_delta_phi_asec: f32
§mean_delta_lambda_asec: f32
§mean_delta_h_m: f32
§grid: Grid16P<Msg1023GpEllips>
§hor_interp_ind: u8
§ver_interp_ind: u8
§hor_grid_quality_ind: u8
§ver_grid_quality_ind: u8
§modified_julian_day_number: u16
Trait Implementations§
impl StructuralPartialEq for Msg1023T
Auto Trait Implementations§
impl Freeze for Msg1023T
impl RefUnwindSafe for Msg1023T
impl Send for Msg1023T
impl Sync for Msg1023T
impl Unpin for Msg1023T
impl UnwindSafe for Msg1023T
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