pub struct Msg1006T {Show 13 fields
pub reference_station_id: u16,
pub reserved_24_6: u8,
pub gps_flag: u8,
pub glonass_flag: u8,
pub galileo_flag: u8,
pub reference_station_ind: u8,
pub antenna_ref_point_ecef_x_m: f64,
pub single_receiver_osc_ind: u8,
pub reserved_73_1: u8,
pub antenna_ref_point_ecef_y_m: f64,
pub quarter_cycle_ind: u8,
pub antenna_ref_point_ecef_z_m: f64,
pub antenna_height_m: f64,
}
Fields§
§reference_station_id: u16
§reserved_24_6: u8
§gps_flag: u8
§glonass_flag: u8
§galileo_flag: u8
§reference_station_ind: u8
§antenna_ref_point_ecef_x_m: f64
§single_receiver_osc_ind: u8
§reserved_73_1: u8
§antenna_ref_point_ecef_y_m: f64
§quarter_cycle_ind: u8
§antenna_ref_point_ecef_z_m: f64
§antenna_height_m: f64
Trait Implementations§
impl StructuralPartialEq for Msg1006T
Auto Trait Implementations§
impl Freeze for Msg1006T
impl RefUnwindSafe for Msg1006T
impl Send for Msg1006T
impl Sync for Msg1006T
impl Unpin for Msg1006T
impl UnwindSafe for Msg1006T
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