pub struct Msg1014T {
pub network_id: u8,
pub subnetwork_id: u8,
pub aux_stations_n: u8,
pub ma_reference_station_id: u16,
pub aux_reference_station_id: u16,
pub aux_ma_delta_latitude_deg: f64,
pub aux_ma_delta_longitude_deg: f64,
pub aux_ma_delta_heigth_m: f64,
}
Fields§
§network_id: u8
§subnetwork_id: u8
§aux_stations_n: u8
§ma_reference_station_id: u16
§aux_reference_station_id: u16
§aux_ma_delta_latitude_deg: f64
§aux_ma_delta_longitude_deg: f64
§aux_ma_delta_heigth_m: f64
Trait Implementations§
impl StructuralPartialEq for Msg1014T
Auto Trait Implementations§
impl Freeze for Msg1014T
impl RefUnwindSafe for Msg1014T
impl Send for Msg1014T
impl Sync for Msg1014T
impl Unpin for Msg1014T
impl UnwindSafe for Msg1014T
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