pub struct SpecificHeatCapacity { /* private fields */ }Implementations§
Source§impl SpecificHeatCapacity
impl SpecificHeatCapacity
pub const fn new(native: NativeType) -> Self
pub fn abs(&self) -> Self
Trait Implementations§
Source§impl Add for SpecificHeatCapacity
impl Add for SpecificHeatCapacity
Source§impl AddAssign for SpecificHeatCapacity
impl AddAssign for SpecificHeatCapacity
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<'__de, __Context> BorrowDecode<'__de, __Context> for SpecificHeatCapacity
impl<'__de, __Context> BorrowDecode<'__de, __Context> for SpecificHeatCapacity
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for SpecificHeatCapacity
impl Clone for SpecificHeatCapacity
Source§fn clone(&self) -> SpecificHeatCapacity
fn clone(&self) -> SpecificHeatCapacity
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<__Context> Decode<__Context> for SpecificHeatCapacity
impl<__Context> Decode<__Context> for SpecificHeatCapacity
Source§impl Div<SpecificHeatCapacity> for Energy
impl Div<SpecificHeatCapacity> for Energy
Source§type Output = MassThermodynamicTemperature
type Output = MassThermodynamicTemperature
The resulting type after applying the
/ operator.Source§fn div(self, rhs: SpecificHeatCapacity) -> MassThermodynamicTemperature
fn div(self, rhs: SpecificHeatCapacity) -> MassThermodynamicTemperature
Performs the
/ operation. Read moreSource§impl Div for SpecificHeatCapacity
impl Div for SpecificHeatCapacity
Source§impl Encode for SpecificHeatCapacity
impl Encode for SpecificHeatCapacity
Source§impl From<f64> for SpecificHeatCapacity
impl From<f64> for SpecificHeatCapacity
Source§fn from(native: NativeType) -> SpecificHeatCapacity
fn from(native: NativeType) -> SpecificHeatCapacity
Converts to this type from the input type.
Source§impl Into<f64> for SpecificHeatCapacity
impl Into<f64> for SpecificHeatCapacity
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl Mul<Scalar> for SpecificHeatCapacity
impl Mul<Scalar> for SpecificHeatCapacity
Source§impl PartialEq for SpecificHeatCapacity
impl PartialEq for SpecificHeatCapacity
Source§impl PartialOrd for SpecificHeatCapacity
impl PartialOrd for SpecificHeatCapacity
Source§impl Sub for SpecificHeatCapacity
impl Sub for SpecificHeatCapacity
Source§impl SubAssign for SpecificHeatCapacity
impl SubAssign for SpecificHeatCapacity
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for SpecificHeatCapacity
Auto Trait Implementations§
impl Freeze for SpecificHeatCapacity
impl RefUnwindSafe for SpecificHeatCapacity
impl Send for SpecificHeatCapacity
impl Sync for SpecificHeatCapacity
impl Unpin for SpecificHeatCapacity
impl UnwindSafe for SpecificHeatCapacity
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