Struct ark_ec::models::bw6::g1::G1Prepared [−][src]
pub struct G1Prepared<P: BW6Parameters>(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 BW6Parameters>::Fp: Unpin,
<P as BW6Parameters>::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