pub struct KelvinPerSecond(pub f64);Tuple Fields§
§0: f64Trait Implementations§
Source§impl Add for KelvinPerSecond
impl Add for KelvinPerSecond
Source§type Output = KelvinPerSecond
type Output = KelvinPerSecond
The resulting type after applying the
+ operator.Source§fn add(
self: KelvinPerSecond,
KelvinPerSecond: KelvinPerSecond,
) -> KelvinPerSecond
fn add( self: KelvinPerSecond, KelvinPerSecond: KelvinPerSecond, ) -> KelvinPerSecond
Performs the
+ operation. Read moreSource§impl Clone for KelvinPerSecond
impl Clone for KelvinPerSecond
Source§fn clone(&self) -> KelvinPerSecond
fn clone(&self) -> KelvinPerSecond
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KelvinPerSecond
impl Debug for KelvinPerSecond
Source§impl Div<KelvinPerSecond> for JouleKelvinPerMolSecond
impl Div<KelvinPerSecond> for JouleKelvinPerMolSecond
Source§type Output = JoulePerMol
type Output = JoulePerMol
The resulting type after applying the
/ operator.Source§fn div(
self: JouleKelvinPerMolSecond,
KelvinPerSecond: KelvinPerSecond,
) -> JoulePerMol
fn div( self: JouleKelvinPerMolSecond, KelvinPerSecond: KelvinPerSecond, ) -> JoulePerMol
Performs the
/ operation. Read moreSource§impl Div<KelvinPerSecond> for JouleKelvinPerSecond
impl Div<KelvinPerSecond> for JouleKelvinPerSecond
Source§impl Div<KelvinPerSecond> for Kelvin
impl Div<KelvinPerSecond> for Kelvin
Source§impl Div<KelvinPerSecond> for f64
impl Div<KelvinPerSecond> for f64
Source§type Output = SecondPerKelvin
type Output = SecondPerKelvin
The resulting type after applying the
/ operator.Source§fn div(self: f64, KelvinPerSecond: KelvinPerSecond) -> SecondPerKelvin
fn div(self: f64, KelvinPerSecond: KelvinPerSecond) -> SecondPerKelvin
Performs the
/ operation. Read moreSource§impl Div<f64> for KelvinPerSecond
impl Div<f64> for KelvinPerSecond
Source§type Output = KelvinPerSecond
type Output = KelvinPerSecond
The resulting type after applying the
/ operator.Source§fn div(self: KelvinPerSecond, rhs: f64) -> KelvinPerSecond
fn div(self: KelvinPerSecond, rhs: f64) -> KelvinPerSecond
Performs the
/ operation. Read moreSource§impl Div for KelvinPerSecond
impl Div for KelvinPerSecond
Source§impl Mul<Joule> for KelvinPerSecond
impl Mul<Joule> for KelvinPerSecond
Source§type Output = JouleKelvinPerSecond
type Output = JouleKelvinPerSecond
The resulting type after applying the
* operator.Source§fn mul(self: KelvinPerSecond, Joule: Joule) -> JouleKelvinPerSecond
fn mul(self: KelvinPerSecond, Joule: Joule) -> JouleKelvinPerSecond
Performs the
* operation. Read moreSource§impl Mul<JoulePerMol> for KelvinPerSecond
impl Mul<JoulePerMol> for KelvinPerSecond
Source§type Output = JouleKelvinPerMolSecond
type Output = JouleKelvinPerMolSecond
The resulting type after applying the
* operator.Source§fn mul(
self: KelvinPerSecond,
JoulePerMol: JoulePerMol,
) -> JouleKelvinPerMolSecond
fn mul( self: KelvinPerSecond, JoulePerMol: JoulePerMol, ) -> JouleKelvinPerMolSecond
Performs the
* operation. Read moreSource§impl Mul<KelvinPerSecond> for Joule
impl Mul<KelvinPerSecond> for Joule
Source§type Output = JouleKelvinPerSecond
type Output = JouleKelvinPerSecond
The resulting type after applying the
* operator.Source§fn mul(self: Joule, KelvinPerSecond: KelvinPerSecond) -> JouleKelvinPerSecond
fn mul(self: Joule, KelvinPerSecond: KelvinPerSecond) -> JouleKelvinPerSecond
Performs the
* operation. Read moreSource§impl Mul<KelvinPerSecond> for JoulePerMol
impl Mul<KelvinPerSecond> for JoulePerMol
Source§type Output = JouleKelvinPerMolSecond
type Output = JouleKelvinPerMolSecond
The resulting type after applying the
* operator.Source§fn mul(
self: JoulePerMol,
KelvinPerSecond: KelvinPerSecond,
) -> JouleKelvinPerMolSecond
fn mul( self: JoulePerMol, KelvinPerSecond: KelvinPerSecond, ) -> JouleKelvinPerMolSecond
Performs the
* operation. Read moreSource§impl Mul<KelvinPerSecond> for Second
impl Mul<KelvinPerSecond> for Second
Source§impl Mul<KelvinPerSecond> for SecondPerKelvin
impl Mul<KelvinPerSecond> for SecondPerKelvin
Source§impl Mul<KelvinPerSecond> for f64
impl Mul<KelvinPerSecond> for f64
Source§type Output = KelvinPerSecond
type Output = KelvinPerSecond
The resulting type after applying the
* operator.Source§fn mul(self: f64, KelvinPerSecond: KelvinPerSecond) -> KelvinPerSecond
fn mul(self: f64, KelvinPerSecond: KelvinPerSecond) -> KelvinPerSecond
Performs the
* operation. Read moreSource§impl Mul<Second> for KelvinPerSecond
impl Mul<Second> for KelvinPerSecond
Source§impl Mul<SecondPerKelvin> for KelvinPerSecond
impl Mul<SecondPerKelvin> for KelvinPerSecond
Source§impl Mul<f64> for KelvinPerSecond
impl Mul<f64> for KelvinPerSecond
Source§type Output = KelvinPerSecond
type Output = KelvinPerSecond
The resulting type after applying the
* operator.Source§fn mul(self: KelvinPerSecond, rhs: f64) -> KelvinPerSecond
fn mul(self: KelvinPerSecond, rhs: f64) -> KelvinPerSecond
Performs the
* operation. Read moreSource§impl PartialEq for KelvinPerSecond
impl PartialEq for KelvinPerSecond
Source§fn eq(self: &KelvinPerSecond, KelvinPerSecond: &KelvinPerSecond) -> bool
fn eq(self: &KelvinPerSecond, KelvinPerSecond: &KelvinPerSecond) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Sub for KelvinPerSecond
impl Sub for KelvinPerSecond
Source§type Output = KelvinPerSecond
type Output = KelvinPerSecond
The resulting type after applying the
- operator.Source§fn sub(
self: KelvinPerSecond,
KelvinPerSecond: KelvinPerSecond,
) -> KelvinPerSecond
fn sub( self: KelvinPerSecond, KelvinPerSecond: KelvinPerSecond, ) -> KelvinPerSecond
Performs the
- operation. Read moreimpl Copy for KelvinPerSecond
Auto Trait Implementations§
impl Freeze for KelvinPerSecond
impl RefUnwindSafe for KelvinPerSecond
impl Send for KelvinPerSecond
impl Sync for KelvinPerSecond
impl Unpin for KelvinPerSecond
impl UnwindSafe for KelvinPerSecond
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more