pub struct EquationAIsGeneric {}
Expand description
The ๐-coefficient of the short Weierstrass equation does not have specific properties which allow for an optimized implementation.
Auto Trait Implementationsยง
impl Freeze for EquationAIsGeneric
impl RefUnwindSafe for EquationAIsGeneric
impl Send for EquationAIsGeneric
impl Sync for EquationAIsGeneric
impl Unpin for EquationAIsGeneric
impl UnwindSafe for EquationAIsGeneric
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