pub struct Msg1026T {
pub system_id: u8,
pub projection_type_ind: u8,
pub la_fo_deg: f64,
pub lo_fo_deg: f64,
pub la_sp1_deg: f64,
pub la_sp2_deg: f64,
pub efo_m: f64,
pub nfo_m: f64,
}Fields§
§system_id: u8§projection_type_ind: u8§la_fo_deg: f64§lo_fo_deg: f64§la_sp1_deg: f64§la_sp2_deg: f64§efo_m: f64§nfo_m: f64Trait Implementations§
Source§impl SourceRepr for Msg1026T
Available on crate feature test_gen only.
impl SourceRepr for Msg1026T
Available on crate feature
test_gen only.impl StructuralPartialEq for Msg1026T
Auto Trait Implementations§
impl Freeze for Msg1026T
impl RefUnwindSafe for Msg1026T
impl Send for Msg1026T
impl Sync for Msg1026T
impl Unpin for Msg1026T
impl UnwindSafe for Msg1026T
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