pub struct Power { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AddAssign for Power
impl AddAssign for Power
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 Power
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Power
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 Div<Area> for Power
impl Div<Area> for Power
Source§type Output = HeatFluxDensity
type Output = HeatFluxDensity
The resulting type after applying the
/ operator.Source§impl Div<AreaSolidAngle> for Power
impl Div<AreaSolidAngle> for Power
Source§impl Div<ElectricCurrent> for Power
impl Div<ElectricCurrent> for Power
Source§type Output = ElectricPotential
type Output = ElectricPotential
The resulting type after applying the
/ operator.Source§fn div(self, rhs: ElectricCurrent) -> ElectricPotential
fn div(self, rhs: ElectricCurrent) -> ElectricPotential
Performs the
/ operation. Read moreSource§impl Div<ElectricPotential> for Power
impl Div<ElectricPotential> for Power
Source§type Output = ElectricCurrent
type Output = ElectricCurrent
The resulting type after applying the
/ operator.Source§fn div(self, rhs: ElectricPotential) -> ElectricCurrent
fn div(self, rhs: ElectricPotential) -> ElectricCurrent
Performs the
/ operation. Read moreSource§impl Div<HeatFluxDensity> for Power
impl Div<HeatFluxDensity> for Power
Source§impl Div<Radiance> for Power
impl Div<Radiance> for Power
Source§type Output = AreaSolidAngle
type Output = AreaSolidAngle
The resulting type after applying the
/ operator.Source§impl From<f64> for Power
impl From<f64> for Power
Source§fn from(native: NativeType) -> Power
fn from(native: NativeType) -> Power
Converts to this type from the input type.
Source§impl Into<f64> for Power
impl Into<f64> for Power
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl PartialOrd for Power
impl PartialOrd for Power
Source§impl SubAssign for Power
impl SubAssign for Power
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy 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 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