pub struct Msg1024T {Show 16 fields
pub system_id: u8,
pub hor_shift_flag: u8,
pub ver_shift_flag: u8,
pub n_0_m: f64,
pub e_0_m: f64,
pub delta_n_m: Option<f32>,
pub delta_e_m: Option<f32>,
pub mean_delta_n_m: f32,
pub mean_delta_e_m: f32,
pub mean_delta_h_m: f32,
pub grid: Grid16P<Msg1023GpPlane>,
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
§n_0_m: f64
§e_0_m: f64
§delta_n_m: Option<f32>
§delta_e_m: Option<f32>
§mean_delta_n_m: f32
§mean_delta_e_m: f32
§mean_delta_h_m: f32
§grid: Grid16P<Msg1023GpPlane>
§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 Msg1024T
Auto Trait Implementations§
impl Freeze for Msg1024T
impl RefUnwindSafe for Msg1024T
impl Send for Msg1024T
impl Sync for Msg1024T
impl Unpin for Msg1024T
impl UnwindSafe for Msg1024T
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