pub struct Msg1032T {
pub non_physical_reference_station_id: u16,
pub physical_reference_station_id: u16,
pub reserved_36_6: u8,
pub phys_ref_arp_ecef_x_m: f64,
pub phys_ref_arp_ecef_y_m: f64,
pub phys_ref_arp_ecef_z_m: f64,
}Fields§
§non_physical_reference_station_id: u16§physical_reference_station_id: u16§reserved_36_6: u8§phys_ref_arp_ecef_x_m: f64§phys_ref_arp_ecef_y_m: f64§phys_ref_arp_ecef_z_m: f64Trait Implementations§
source§impl PartialEq for Msg1032T
impl PartialEq for Msg1032T
impl StructuralPartialEq for Msg1032T
Auto Trait Implementations§
impl RefUnwindSafe for Msg1032T
impl Send for Msg1032T
impl Sync for Msg1032T
impl Unpin for Msg1032T
impl UnwindSafe for Msg1032T
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