pub struct CurveFrom<S: Scalar, P: Point> { /* private fields */ }Expand description
Helper which binds together a scalar with a group type to form a curve
Trait Implementations§
impl<S: Scalar, P: Point> StructuralPartialEq for CurveFrom<S, P>
Auto Trait Implementations§
impl<S, P> Freeze for CurveFrom<S, P>
impl<S, P> RefUnwindSafe for CurveFrom<S, P>where
S: RefUnwindSafe,
P: RefUnwindSafe,
impl<S, P> Send for CurveFrom<S, P>
impl<S, P> Sync for CurveFrom<S, P>
impl<S, P> Unpin for CurveFrom<S, P>
impl<S, P> UnwindSafe for CurveFrom<S, P>where
S: UnwindSafe,
P: 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