Struct thermocouple::prelude::Millivolts[][src]

pub struct Millivolts(pub FP);

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

Trait Implementations

impl Add<Millivolts> for Millivolts[src]

type Output = Millivolts

The resulting type after applying the + operator.

impl Clone for Millivolts[src]

impl Copy for Millivolts[src]

impl Debug for Millivolts[src]

impl Display for Millivolts[src]

impl PartialEq<Millivolts> for Millivolts[src]

impl PartialOrd<Millivolts> for Millivolts[src]

impl StructuralPartialEq for Millivolts[src]

impl Sub<Millivolts> for Millivolts[src]

type Output = Millivolts

The resulting type after applying the - operator.

Auto Trait Implementations

impl Send for Millivolts

impl Sync for Millivolts

impl Unpin for Millivolts

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.