pub enum MathConst {
Tau,
Pi,
Phi,
EulerGamma,
Infinity,
E,
}Variants§
Trait Implementations§
impl StructuralPartialEq for MathConst
impl VariableTrait for MathConst
Auto Trait Implementations§
impl Freeze for MathConst
impl RefUnwindSafe for MathConst
impl Send for MathConst
impl Sync for MathConst
impl Unpin for MathConst
impl UnwindSafe for MathConst
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