pub enum MathFn {
Sqrt,
Exp,
Factorial,
Abs,
}
Expand description
Math functions
Variants§
Trait Implementations§
impl Copy for MathFn
impl Eq for MathFn
impl StructuralPartialEq for MathFn
Auto Trait Implementations§
impl Freeze for MathFn
impl RefUnwindSafe for MathFn
impl Send for MathFn
impl Sync for MathFn
impl Unpin for MathFn
impl UnwindSafe for MathFn
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