pub struct SecondMomentOfArea;Expand description
A second moment of area, being an area squared.
Trait Implementations§
Source§impl Clone for SecondMomentOfArea
impl Clone for SecondMomentOfArea
Source§fn clone(&self) -> SecondMomentOfArea
fn clone(&self) -> SecondMomentOfArea
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 SecondMomentOfArea
impl Debug for SecondMomentOfArea
Source§impl PartialEq for SecondMomentOfArea
impl PartialEq for SecondMomentOfArea
Source§fn eq(&self, other: &SecondMomentOfArea) -> bool
fn eq(&self, other: &SecondMomentOfArea) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Dimensionless> for SecondMomentOfArea
impl UnitDiv<Dimensionless> for SecondMomentOfArea
Source§type Output = SecondMomentOfArea
type Output = SecondMomentOfArea
The unit of the quotient.
Source§impl UnitDiv<Length> for SecondMomentOfArea
impl UnitDiv<Length> for SecondMomentOfArea
Source§impl UnitDiv<SecondMomentOfArea> for SecondMomentOfArea
impl UnitDiv<SecondMomentOfArea> for SecondMomentOfArea
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitDiv<Volume> for SecondMomentOfArea
impl UnitDiv<Volume> for SecondMomentOfArea
Source§impl UnitHalves for SecondMomentOfArea
impl UnitHalves for SecondMomentOfArea
Source§type First = SecondMomentOfArea
type First = SecondMomentOfArea
The unit the first half takes.
Source§type Second = SecondMomentOfArea
type Second = SecondMomentOfArea
The unit the second half takes.
Source§impl UnitMul<Dimensionless> for SecondMomentOfArea
impl UnitMul<Dimensionless> for SecondMomentOfArea
Source§type Output = SecondMomentOfArea
type Output = SecondMomentOfArea
The unit of the product.
Source§impl UnitMul<SecondMomentOfArea> for Dimensionless
impl UnitMul<SecondMomentOfArea> for Dimensionless
Source§type Output = SecondMomentOfArea
type Output = SecondMomentOfArea
The unit of the product.
Source§impl UnitSum for SecondMomentOfArea
impl UnitSum for SecondMomentOfArea
Source§type Output = SecondMomentOfArea
type Output = SecondMomentOfArea
The unit of the sum.
impl Copy for SecondMomentOfArea
impl Eq for SecondMomentOfArea
impl StructuralPartialEq for SecondMomentOfArea
impl Unit for SecondMomentOfArea
Auto Trait Implementations§
impl Freeze for SecondMomentOfArea
impl RefUnwindSafe for SecondMomentOfArea
impl Send for SecondMomentOfArea
impl Sync for SecondMomentOfArea
impl Unpin for SecondMomentOfArea
impl UnsafeUnpin for SecondMomentOfArea
impl UnwindSafe for SecondMomentOfArea
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