pub type Energy = Qty<2, 1, -2, 0, 0, 0, 0>;Expand description
Joules.
Aliased Type§
pub struct Energy(/* private fields */);Implementations§
Trait Implementations§
Source§impl Div<Qty<0, 0, 0, 0, 1, 0, 0>> for Energy
impl Div<Qty<0, 0, 0, 0, 1, 0, 0>> for Energy
Source§fn div(self, rhs: Temperature) -> HeatCapacity
fn div(self, rhs: Temperature) -> HeatCapacity
Performs the
/ operation. Read more