[][src]Trait gauge_sys::NamedVariable

pub trait NamedVariable {
    type Value: Into<f64> + From<f64>;
    fn as_raw_named_variable() -> RawNamedVariable;
}

A custom named variable that can be interacted with in the Gauge API

Associated Types

type Value: Into<f64> + From<f64>

The type of the variable

Loading content...

Required methods

fn as_raw_named_variable() -> RawNamedVariable

Obtains the raw FFI identifier for this named variable

Loading content...

Implementors

Loading content...