pub struct Parameters<R: RngInstance> {
pub g1: G1Affine,
pub hs: Vec<G1Affine>,
pub g2: G2Affine,
/* private fields */
}Fields§
§g1: G1Affine§hs: Vec<G1Affine>§g2: G2AffineImplementations§
Source§impl<R: RngInstance> Parameters<R>
impl<R: RngInstance> Parameters<R>
Auto Trait Implementations§
impl<R> Freeze for Parameters<R>
impl<R> RefUnwindSafe for Parameters<R>where
R: RefUnwindSafe,
impl<R> Send for Parameters<R>where
R: Send,
impl<R> Sync for Parameters<R>where
R: Sync,
impl<R> Unpin for Parameters<R>where
R: Unpin,
impl<R> UnwindSafe for Parameters<R>where
R: 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