pub enum MomentOfInertiaUnit {
KgM2,
GramCentimeter2,
SlugFoot2,
}Expand description
Display and conversion units for MomentOfInertia.
Variants§
KgM2
Kilogram-metres squared (kg*m²) – the canonical storage unit.
GramCentimeter2
Gram-centimetres squared (g*cm²).
SlugFoot2
Slug-feet squared (slug*ft²).
Trait Implementations§
Source§impl Clone for MomentOfInertiaUnit
impl Clone for MomentOfInertiaUnit
Source§fn clone(&self) -> MomentOfInertiaUnit
fn clone(&self) -> MomentOfInertiaUnit
Returns a duplicate of the value. Read more
1.0.0 · 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 MomentOfInertiaUnit
impl Debug for MomentOfInertiaUnit
Source§impl PartialEq for MomentOfInertiaUnit
impl PartialEq for MomentOfInertiaUnit
impl Copy for MomentOfInertiaUnit
impl Eq for MomentOfInertiaUnit
impl StructuralPartialEq for MomentOfInertiaUnit
Auto Trait Implementations§
impl Freeze for MomentOfInertiaUnit
impl RefUnwindSafe for MomentOfInertiaUnit
impl Send for MomentOfInertiaUnit
impl Sync for MomentOfInertiaUnit
impl Unpin for MomentOfInertiaUnit
impl UnsafeUnpin for MomentOfInertiaUnit
impl UnwindSafe for MomentOfInertiaUnit
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