pub enum UnitSystem {
SI,
CGS,
Geometrized,
Natural,
}Expand description
Unit System
- SI
- CGS
- Geometrized (c=G=1)
- Natural (c=h=1)
Variants§
Auto Trait Implementations§
impl Freeze for UnitSystem
impl RefUnwindSafe for UnitSystem
impl Send for UnitSystem
impl Sync for UnitSystem
impl Unpin for UnitSystem
impl UnwindSafe for UnitSystem
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