pub struct EquationAIsMinusThree;Expand description
The ๐-coefficient of the short Weierstrass equation is -3.
Trait Implementationsยง
Sourceยงimpl Clone for EquationAIsMinusThree
impl Clone for EquationAIsMinusThree
Sourceยงfn clone(&self) -> EquationAIsMinusThree
fn clone(&self) -> EquationAIsMinusThree
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EquationAIsMinusThree
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