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: f64
Trait Implementations§
impl StructuralPartialEq for Msg1032T
Auto Trait Implementations§
impl Freeze for Msg1032T
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