pub struct Parabola<F>where
F: FloatType,{ /* private fields */ }Expand description
Definition of the quadratic equation ax^2 + bx + c
Trait Implementations§
impl<F> StructuralPartialEq for Parabola<F>where
F: FloatType,
Auto Trait Implementations§
impl<F> Freeze for Parabola<F>where
F: Freeze,
impl<F> RefUnwindSafe for Parabola<F>where
F: RefUnwindSafe,
impl<F> Send for Parabola<F>where
F: Send,
impl<F> Sync for Parabola<F>where
F: Sync,
impl<F> Unpin for Parabola<F>where
F: Unpin,
impl<F> UnwindSafe for Parabola<F>where
F: UnwindSafe,
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