Struct groupmap::BWParameters
source · pub struct BWParameters<G: SWCurveConfig> { /* private fields */ }
Trait Implementations§
source§impl<G: Clone + SWCurveConfig> Clone for BWParameters<G>where
G::BaseField: Clone,
impl<G: Clone + SWCurveConfig> Clone for BWParameters<G>where G::BaseField: Clone,
source§fn clone(&self) -> BWParameters<G>
fn clone(&self) -> BWParameters<G>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<G: SWCurveConfig> GroupMap<<G as CurveConfig>::BaseField> for BWParameters<G>
impl<G: SWCurveConfig> GroupMap<<G as CurveConfig>::BaseField> for BWParameters<G>
impl<G: Copy + SWCurveConfig> Copy for BWParameters<G>where G::BaseField: Copy,
Auto Trait Implementations§
impl<G> RefUnwindSafe for BWParameters<G>where <G as CurveConfig>::BaseField: RefUnwindSafe,
impl<G> Send for BWParameters<G>
impl<G> Sync for BWParameters<G>
impl<G> Unpin for BWParameters<G>where <G as CurveConfig>::BaseField: Unpin,
impl<G> UnwindSafe for BWParameters<G>where <G as CurveConfig>::BaseField: 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