pub struct Msg1027T {
pub system_id: u8,
pub projection_type_ind: u8,
pub rectification_flag: u8,
pub la_pc_deg: f64,
pub lo_pc_deg: f64,
pub az_il_deg: f64,
pub diff_arsg_deg: f64,
pub sil_ppm: f64,
pub epc_m: f64,
pub npc_m: f64,
}
Fields§
§system_id: u8
§projection_type_ind: u8
§rectification_flag: u8
§la_pc_deg: f64
§lo_pc_deg: f64
§az_il_deg: f64
§diff_arsg_deg: f64
§sil_ppm: f64
§epc_m: f64
§npc_m: f64
Trait Implementations§
impl StructuralPartialEq for Msg1027T
Auto Trait Implementations§
impl Freeze for Msg1027T
impl RefUnwindSafe for Msg1027T
impl Send for Msg1027T
impl Sync for Msg1027T
impl Unpin for Msg1027T
impl UnwindSafe for Msg1027T
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