pub struct EquationAIsMinusThree {}Expand description
The ๐-coefficient of the short Weierstrass equation is -3.
Auto Trait Implementationsยง
impl Freeze for EquationAIsMinusThree
impl RefUnwindSafe for EquationAIsMinusThree
impl Send for EquationAIsMinusThree
impl Sync for EquationAIsMinusThree
impl Unpin for EquationAIsMinusThree
impl UnsafeUnpin for EquationAIsMinusThree
impl UnwindSafe for EquationAIsMinusThree
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