pub enum PhysicConst {
SpeedOfLight,
PlanckConstant,
Gravitational,
MuonMass,
ElectronMass,
ProtonMass,
}Variants§
Trait Implementations§
Source§impl Clone for PhysicConst
impl Clone for PhysicConst
Source§fn clone(&self) -> PhysicConst
fn clone(&self) -> PhysicConst
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 PhysicConst
impl Debug for PhysicConst
Source§impl PartialEq for PhysicConst
impl PartialEq for PhysicConst
Source§impl Token for PhysicConst
impl Token for PhysicConst
impl StructuralPartialEq for PhysicConst
impl VariableTrait for PhysicConst
Auto Trait Implementations§
impl Freeze for PhysicConst
impl RefUnwindSafe for PhysicConst
impl Send for PhysicConst
impl Sync for PhysicConst
impl Unpin for PhysicConst
impl UnwindSafe for PhysicConst
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