pub struct DapSource {
pub indicated_air_speed: DapValue,
pub mach_number: DapValue,
pub ground_speed: DapValue,
pub magnetic_heading: DapValue,
pub track_angle_rate: DapValue,
pub true_track_angle: DapValue,
pub true_airspeed: DapValue,
pub vertical_rate: DapValue,
}Expand description
B.2.6 DAP Source record Downlink of Aircraft Parameters
Fields§
§indicated_air_speed: DapValue§mach_number: DapValue§ground_speed: DapValue§magnetic_heading: DapValue§track_angle_rate: DapValue§true_track_angle: DapValue§true_airspeed: DapValue§vertical_rate: DapValueImplementations§
Trait Implementations§
impl StructuralPartialEq for DapSource
Auto Trait Implementations§
impl Freeze for DapSource
impl RefUnwindSafe for DapSource
impl Send for DapSource
impl Sync for DapSource
impl Unpin for DapSource
impl UnwindSafe for DapSource
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