Struct ark_ec::models::bn::g1::G1Prepared [−][src]
pub struct G1Prepared<P: BnParameters>(pub G1Affine<P>);
Implementations
Trait Implementations
Auto Trait Implementations
impl<P> Send for G1Prepared<P>
impl<P> Sync for G1Prepared<P>
impl<P> Unpin for G1Prepared<P> where
<P as BnParameters>::Fp: Unpin,
<P as BnParameters>::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