[][src]Trait gauge_sys::AircraftVariable

pub trait AircraftVariable {
    type Unit: Unit;
    fn as_raw_aircraft_variable() -> RawAircraftVariable;
}

Identifies an aircraft variable that can be interacted with through the Gauge API.

Associated Types

type Unit: Unit

The Gauge API Unit

Loading content...

Required methods

fn as_raw_aircraft_variable() -> RawAircraftVariable

Obtains the raw FFI identifier for this aircraft variable

Loading content...

Implementors

Loading content...