[][src]Trait gauge_sys::Unit

pub trait Unit {
    fn as_raw_unit() -> RawUnit;
}

A unit used with the Gauge API.

Required methods

fn as_raw_unit() -> RawUnit

Obtains a raw FFI identifer for this unit type

Loading content...

Implementors

Loading content...