pub struct ReciprocalArea;Expand description
A reciprocal area.
Trait Implementations§
Source§impl Clone for ReciprocalArea
impl Clone for ReciprocalArea
Source§fn clone(&self) -> ReciprocalArea
fn clone(&self) -> ReciprocalArea
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReciprocalArea
impl Debug for ReciprocalArea
Source§impl PartialEq for ReciprocalArea
impl PartialEq for ReciprocalArea
Source§fn eq(&self, other: &ReciprocalArea) -> bool
fn eq(&self, other: &ReciprocalArea) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Dimensionless> for ReciprocalArea
impl UnitDiv<Dimensionless> for ReciprocalArea
Source§type Output = ReciprocalArea
type Output = ReciprocalArea
The unit of the quotient.
Source§impl UnitDiv<ReciprocalArea> for Dimensionless
impl UnitDiv<ReciprocalArea> for Dimensionless
Source§impl UnitDiv<ReciprocalArea> for ForcePerLength
impl UnitDiv<ReciprocalArea> for ForcePerLength
Source§impl UnitDiv<ReciprocalArea> for ReciprocalArea
impl UnitDiv<ReciprocalArea> for ReciprocalArea
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitDiv<ReciprocalArea> for ReciprocalLength
impl UnitDiv<ReciprocalArea> for ReciprocalLength
Source§impl UnitDiv<ReciprocalLength> for ReciprocalArea
impl UnitDiv<ReciprocalLength> for ReciprocalArea
Source§type Output = ReciprocalLength
type Output = ReciprocalLength
The unit of the quotient.
Source§impl UnitHalves for ReciprocalArea
impl UnitHalves for ReciprocalArea
Source§type First = ReciprocalArea
type First = ReciprocalArea
The unit the first half takes.
Source§type Second = ReciprocalArea
type Second = ReciprocalArea
The unit the second half takes.
Source§impl UnitMul<Area> for ReciprocalArea
impl UnitMul<Area> for ReciprocalArea
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the product.
Source§impl UnitMul<Dimensionless> for ReciprocalArea
impl UnitMul<Dimensionless> for ReciprocalArea
Source§type Output = ReciprocalArea
type Output = ReciprocalArea
The unit of the product.
Source§impl UnitMul<Energy> for ReciprocalArea
impl UnitMul<Energy> for ReciprocalArea
Source§type Output = ForcePerLength
type Output = ForcePerLength
The unit of the product.
Source§impl UnitMul<Length> for ReciprocalArea
impl UnitMul<Length> for ReciprocalArea
Source§type Output = ReciprocalLength
type Output = ReciprocalLength
The unit of the product.
Source§impl UnitMul<ReciprocalArea> for Area
impl UnitMul<ReciprocalArea> for Area
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the product.
Source§impl UnitMul<ReciprocalArea> for Dimensionless
impl UnitMul<ReciprocalArea> for Dimensionless
Source§type Output = ReciprocalArea
type Output = ReciprocalArea
The unit of the product.
Source§impl UnitMul<ReciprocalArea> for Energy
impl UnitMul<ReciprocalArea> for Energy
Source§type Output = ForcePerLength
type Output = ForcePerLength
The unit of the product.
Source§impl UnitMul<ReciprocalArea> for Length
impl UnitMul<ReciprocalArea> for Length
Source§type Output = ReciprocalLength
type Output = ReciprocalLength
The unit of the product.
Source§impl UnitSum for ReciprocalArea
impl UnitSum for ReciprocalArea
Source§type Output = ReciprocalArea
type Output = ReciprocalArea
The unit of the sum.
impl Copy for ReciprocalArea
impl Eq for ReciprocalArea
impl StructuralPartialEq for ReciprocalArea
impl Unit for ReciprocalArea
Auto Trait Implementations§
impl Freeze for ReciprocalArea
impl RefUnwindSafe for ReciprocalArea
impl Send for ReciprocalArea
impl Sync for ReciprocalArea
impl Unpin for ReciprocalArea
impl UnsafeUnpin for ReciprocalArea
impl UnwindSafe for ReciprocalArea
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