pub struct decagram_meter_squared_per_second_cubed_kelvin;Expand description
decagrams meter squared per second cubed kelvin
Trait Implementations§
source§impl Clone for decagram_meter_squared_per_second_cubed_kelvin
 
impl Clone for decagram_meter_squared_per_second_cubed_kelvin
source§fn clone(&self) -> decagram_meter_squared_per_second_cubed_kelvin
 
fn clone(&self) -> decagram_meter_squared_per_second_cubed_kelvin
Returns a copy 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 Conversion<u16> for decagram_meter_squared_per_second_cubed_kelvin
 
impl Conversion<u16> for decagram_meter_squared_per_second_cubed_kelvin
source§fn coefficient() -> Self::T
 
fn coefficient() -> Self::T
Coefficient portion of conversion factor for
converting the given unit. To convert to the base unit for the quantity use 
(value + constant()) * coefficient(). To convert from the base unit, (value / coefficient()) - constant() is used. Implementation should return the multiplicative identity
(Self::T::one()) if no coefficient exists.source§fn constant(op: ConstantOp) -> Self::T
 
fn constant(op: ConstantOp) -> Self::T
Constant portion of conversion factor for
converting the given unit. To convert to the base unit for the quantity use 
(value + constant()) * coefficient(). To convert from the base unit, (value / coefficient()) - constant() is used. Implementation should return the additive identity (Self::T::zero())
if no constant exists. See ConstantOp documentation for details about parameter use to
ensure the method optimizes correctly.source§fn conversion(&self) -> Self::Twhere
    Self: Sized,
 
fn conversion(&self) -> Self::Twhere
    Self: Sized,
Instance conversion factor. Read more
source§impl Conversion<u32> for decagram_meter_squared_per_second_cubed_kelvin
 
impl Conversion<u32> for decagram_meter_squared_per_second_cubed_kelvin
source§fn coefficient() -> Self::T
 
fn coefficient() -> Self::T
Coefficient portion of conversion factor for
converting the given unit. To convert to the base unit for the quantity use 
(value + constant()) * coefficient(). To convert from the base unit, (value / coefficient()) - constant() is used. Implementation should return the multiplicative identity
(Self::T::one()) if no coefficient exists.source§fn constant(op: ConstantOp) -> Self::T
 
fn constant(op: ConstantOp) -> Self::T
Constant portion of conversion factor for
converting the given unit. To convert to the base unit for the quantity use 
(value + constant()) * coefficient(). To convert from the base unit, (value / coefficient()) - constant() is used. Implementation should return the additive identity (Self::T::zero())
if no constant exists. See ConstantOp documentation for details about parameter use to
ensure the method optimizes correctly.source§fn conversion(&self) -> Self::Twhere
    Self: Sized,
 
fn conversion(&self) -> Self::Twhere
    Self: Sized,
Instance conversion factor. Read more
source§impl Conversion<u8> for decagram_meter_squared_per_second_cubed_kelvin
 
impl Conversion<u8> for decagram_meter_squared_per_second_cubed_kelvin
source§fn coefficient() -> Self::T
 
fn coefficient() -> Self::T
Coefficient portion of conversion factor for
converting the given unit. To convert to the base unit for the quantity use 
(value + constant()) * coefficient(). To convert from the base unit, (value / coefficient()) - constant() is used. Implementation should return the multiplicative identity
(Self::T::one()) if no coefficient exists.source§fn constant(op: ConstantOp) -> Self::T
 
fn constant(op: ConstantOp) -> Self::T
Constant portion of conversion factor for
converting the given unit. To convert to the base unit for the quantity use 
(value + constant()) * coefficient(). To convert from the base unit, (value / coefficient()) - constant() is used. Implementation should return the additive identity (Self::T::zero())
if no constant exists. See ConstantOp documentation for details about parameter use to
ensure the method optimizes correctly.source§fn conversion(&self) -> Self::Twhere
    Self: Sized,
 
fn conversion(&self) -> Self::Twhere
    Self: Sized,
Instance conversion factor. Read more
impl Conversion<u16> for decagram_meter_squared_per_second_cubed_kelvin
impl Conversion<u32> for decagram_meter_squared_per_second_cubed_kelvin
impl Conversion<u8> for decagram_meter_squared_per_second_cubed_kelvin
impl Copy for decagram_meter_squared_per_second_cubed_kelvin
impl Unit for decagram_meter_squared_per_second_cubed_kelvin
Auto Trait Implementations§
impl Freeze for decagram_meter_squared_per_second_cubed_kelvin
impl RefUnwindSafe for decagram_meter_squared_per_second_cubed_kelvin
impl Send for decagram_meter_squared_per_second_cubed_kelvin
impl Sync for decagram_meter_squared_per_second_cubed_kelvin
impl Unpin for decagram_meter_squared_per_second_cubed_kelvin
impl UnwindSafe for decagram_meter_squared_per_second_cubed_kelvin
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)