pub enum Func1 {
Show 14 variants
Abs,
Acos,
Asin,
Cos,
Exp,
Expe,
Int,
Log,
Loge,
Sign,
Sin,
Sqrt,
Tan,
Floor,
}Expand description
Single-argument math functions.
Variants§
Trait Implementations§
impl Copy for Func1
impl Eq for Func1
impl StructuralPartialEq for Func1
Auto Trait Implementations§
impl Freeze for Func1
impl RefUnwindSafe for Func1
impl Send for Func1
impl Sync for Func1
impl Unpin for Func1
impl UnsafeUnpin for Func1
impl UnwindSafe for Func1
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