pub struct Msg1025T {
pub system_id: u8,
pub projection_type_ind: u8,
pub la_no_deg: f64,
pub lo_no_deg: f64,
pub sno_ppm: f64,
pub fe_m: f64,
pub fn_m: f64,
}
Fields§
§system_id: u8
§projection_type_ind: u8
§la_no_deg: f64
§lo_no_deg: f64
§sno_ppm: f64
§fe_m: f64
§fn_m: f64
Trait Implementations§
impl StructuralPartialEq for Msg1025T
Auto Trait Implementations§
impl Freeze for Msg1025T
impl RefUnwindSafe for Msg1025T
impl Send for Msg1025T
impl Sync for Msg1025T
impl Unpin for Msg1025T
impl UnwindSafe for Msg1025T
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