pub struct SinFunction { /* private fields */ }Expand description
The SIN function.
Implementations§
Trait Implementations§
Source§impl Callable for SinFunction
impl Callable for SinFunction
Auto Trait Implementations§
impl Freeze for SinFunction
impl !RefUnwindSafe for SinFunction
impl !Send for SinFunction
impl !Sync for SinFunction
impl Unpin for SinFunction
impl UnsafeUnpin for SinFunction
impl !UnwindSafe for SinFunction
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