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