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