Trait thermocouple::prelude::_thermocouple_FPExt[][src]

pub trait _thermocouple_FPExt {
    fn millivolts(self) -> Millivolts;
fn kelvin(self) -> Kelvin;
fn celsius(self) -> Celsius;
fn fahrenheit(self) -> Fahrenheit;
fn rankine(self) -> Rankine;
fn reaumur(self) -> Reaumur; }

Extension trait that adds convenience methods to the FP type

Required methods

fn millivolts(self) -> Millivolts[src]

Unit of electric potential, 1/1000 of the SI Base Unit Volt

fn kelvin(self) -> Kelvin[src]

Unit of thermodynamic temperature, defined as the fraction of 1/273.16 of the thermodynamic temperature of the triple point of water

fn celsius(self) -> Celsius[src]

Unit of thermodynamic temperature

fn fahrenheit(self) -> Fahrenheit[src]

Unit of thermodynamic temperature

fn rankine(self) -> Rankine[src]

Unit of thermodynamic temperature

fn reaumur(self) -> Reaumur[src]

Unit of thermodynamic temperature

Loading content...

Implementors

Loading content...