pub struct Power;Expand description
A power.
Trait Implementations§
Source§impl UnitDiv<PowerPerTemperature> for Power
impl UnitDiv<PowerPerTemperature> for Power
Source§type Output = Temperature
type Output = Temperature
The unit of the quotient.
Source§impl UnitDiv<Temperature> for Power
impl UnitDiv<Temperature> for Power
Source§type Output = PowerPerTemperature
type Output = PowerPerTemperature
The unit of the quotient.
Source§impl UnitHalves for Power
impl UnitHalves for Power
Source§impl UnitMul<Temperature> for Power
impl UnitMul<Temperature> for Power
Source§type Output = PowerTemperature
type Output = PowerTemperature
The unit of the product.
impl Copy for Power
impl Eq for Power
impl StructuralPartialEq for Power
impl Unit for Power
Auto Trait Implementations§
impl Freeze for Power
impl RefUnwindSafe for Power
impl Send for Power
impl Sync for Power
impl Unpin for Power
impl UnsafeUnpin for Power
impl UnwindSafe for Power
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