[][src]Struct natural_unit::FundamentalConstant

pub struct FundamentalConstant {
    pub c: f64,
    pub G: f64,
    pub e: f64,
    pub k_b: f64,
    pub N_A: f64,
    pub h: f64,
    pub hbar: f64,
    pub m_u: f64,
    pub m_e: f64,
    pub eV: f64,
    pub m_solar: f64,
    pub r_solar: f64,
}

Fields

c: f64G: f64e: f64k_b: f64N_A: f64h: f64hbar: f64m_u: f64m_e: f64eV: f64m_solar: f64r_solar: f64

Trait Implementations

impl Clone for FundamentalConstant[src]

impl Copy for FundamentalConstant[src]

impl Debug for FundamentalConstant[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.