Struct ark_ec::models::bls12::g1::G1Prepared [−][src]
pub struct G1Prepared<P: Bls12Parameters>(pub G1Affine<P>);
Implementations
Trait Implementations
impl<P: Bls12Parameters> From<GroupAffine<<P as Bls12Parameters>::G1Parameters>> for G1Prepared<P>
[src]
impl<P: Bls12Parameters> From<GroupAffine<<P as Bls12Parameters>::G1Parameters>> for G1Prepared<P>
[src]Auto Trait Implementations
impl<P> Send for G1Prepared<P>
impl<P> Sync for G1Prepared<P>
impl<P> Unpin for G1Prepared<P> where
<P as Bls12Parameters>::Fp: Unpin,
<P as Bls12Parameters>::G1Parameters: Unpin,
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V