pub enum MathFn1 {
Abs,
Floor,
Ceil,
Round,
Sign,
Sqrt,
Log,
Exp,
Sin,
Cos,
Tan,
}Variants§
Implementations§
Trait Implementations§
impl Copy for MathFn1
impl Eq for MathFn1
impl StructuralPartialEq for MathFn1
Auto Trait Implementations§
impl Freeze for MathFn1
impl RefUnwindSafe for MathFn1
impl Send for MathFn1
impl Sync for MathFn1
impl Unpin for MathFn1
impl UnwindSafe for MathFn1
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