Struct thermocouple::Rankine[][src]

pub struct Rankine(pub FP);

Unit of thermodynamic temperature

Trait Implementations

impl Add<Rankine> for Rankine[src]

type Output = Rankine

The resulting type after applying the + operator.

impl Clone for Rankine[src]

impl Copy for Rankine[src]

impl Debug for Rankine[src]

impl Display for Rankine[src]

impl From<Celsius> for Rankine[src]

impl From<Rankine> for Celsius[src]

impl PartialEq<Rankine> for Rankine[src]

impl PartialOrd<Rankine> for Rankine[src]

impl StructuralPartialEq for Rankine[src]

impl Sub<Rankine> for Rankine[src]

type Output = Rankine

The resulting type after applying the - operator.

impl ThermocoupleCore<Rankine> for KType[src]

fn sense_temperature(&self, voltage: Millivolts) -> Rankine[src]

Return the thermocouple temperature for a given thermoelectric potential.

fn sense_voltage(&self, temperature: Rankine) -> Millivolts[src]

Return the thermoelectric potential for a given thermocouple temperature.

impl ThermocoupleCore<Rankine> for BType[src]

fn sense_temperature(&self, voltage: Millivolts) -> Rankine[src]

Return the thermocouple temperature for a given thermoelectric potential.

fn sense_voltage(&self, temperature: Rankine) -> Millivolts[src]

Return the thermoelectric potential for a given thermocouple temperature.

impl ThermocoupleCore<Rankine> for EType[src]

fn sense_temperature(&self, voltage: Millivolts) -> Rankine[src]

Return the thermocouple temperature for a given thermoelectric potential.

fn sense_voltage(&self, temperature: Rankine) -> Millivolts[src]

Return the thermoelectric potential for a given thermocouple temperature.

impl ThermocoupleCore<Rankine> for JType[src]

fn sense_temperature(&self, voltage: Millivolts) -> Rankine[src]

Return the thermocouple temperature for a given thermoelectric potential.

fn sense_voltage(&self, temperature: Rankine) -> Millivolts[src]

Return the thermoelectric potential for a given thermocouple temperature.

impl ThermocoupleCore<Rankine> for NType[src]

fn sense_temperature(&self, voltage: Millivolts) -> Rankine[src]

Return the thermocouple temperature for a given thermoelectric potential.

fn sense_voltage(&self, temperature: Rankine) -> Millivolts[src]

Return the thermoelectric potential for a given thermocouple temperature.

impl ThermocoupleCore<Rankine> for RType[src]

fn sense_temperature(&self, voltage: Millivolts) -> Rankine[src]

Return the thermocouple temperature for a given thermoelectric potential.

fn sense_voltage(&self, temperature: Rankine) -> Millivolts[src]

Return the thermoelectric potential for a given thermocouple temperature.

impl ThermocoupleCore<Rankine> for SType[src]

fn sense_temperature(&self, voltage: Millivolts) -> Rankine[src]

Return the thermocouple temperature for a given thermoelectric potential.

fn sense_voltage(&self, temperature: Rankine) -> Millivolts[src]

Return the thermoelectric potential for a given thermocouple temperature.

impl ThermocoupleCore<Rankine> for TType[src]

fn sense_temperature(&self, voltage: Millivolts) -> Rankine[src]

Return the thermocouple temperature for a given thermoelectric potential.

fn sense_voltage(&self, temperature: Rankine) -> Millivolts[src]

Return the thermoelectric potential for a given thermocouple temperature.

Auto Trait Implementations

impl Send for Rankine

impl Sync for Rankine

impl Unpin for Rankine

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.