Struct snarkvm_curves::templates::bls12::g1::G1Prepared [−][src]
Implementations
impl<P: Bls12Parameters> G1Prepared<P>
[src]
Trait Implementations
impl<P: Bls12Parameters> CanonicalDeserialize for G1Prepared<P>
[src]
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, SerializationError>
[src]
fn deserialize_uncompressed<R: Read>(
reader: &mut R
) -> Result<Self, SerializationError>
[src]
reader: &mut R
) -> Result<Self, SerializationError>
impl<P: Bls12Parameters> CanonicalSerialize for G1Prepared<P>
[src]
fn serialize<W: Write>(&self, writer: &mut W) -> Result<(), SerializationError>
[src]
fn serialized_size(&self) -> usize
[src]
fn serialize_uncompressed<W: Write>(
&self,
writer: &mut W
) -> Result<(), SerializationError>
[src]
&self,
writer: &mut W
) -> Result<(), SerializationError>
fn uncompressed_size(&self) -> usize
[src]
impl<P: Bls12Parameters> Clone for G1Prepared<P> where
P: Bls12Parameters,
[src]
P: Bls12Parameters,
fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<P: Bls12Parameters> Debug for G1Prepared<P> where
P: Bls12Parameters,
[src]
P: Bls12Parameters,
impl<P: Bls12Parameters> Default for G1Prepared<P>
[src]
impl<P: Bls12Parameters> Eq for G1Prepared<P> where
P: Bls12Parameters,
[src]
P: Bls12Parameters,
impl<P: Bls12Parameters> PartialEq<G1Prepared<P>> for G1Prepared<P> where
P: Bls12Parameters,
[src]
P: Bls12Parameters,
impl<P: Bls12Parameters> ToBytes for G1Prepared<P>
[src]
Auto Trait Implementations
impl<P> RefUnwindSafe for G1Prepared<P> where
<P as Bls12Parameters>::Fp: RefUnwindSafe,
<P as Bls12Parameters>::G1Parameters: RefUnwindSafe,
<P as Bls12Parameters>::Fp: RefUnwindSafe,
<P as Bls12Parameters>::G1Parameters: RefUnwindSafe,
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,
<P as Bls12Parameters>::Fp: Unpin,
<P as Bls12Parameters>::G1Parameters: Unpin,
impl<P> UnwindSafe for G1Prepared<P> where
<P as Bls12Parameters>::Fp: UnwindSafe,
<P as Bls12Parameters>::G1Parameters: UnwindSafe,
<P as Bls12Parameters>::Fp: UnwindSafe,
<P as Bls12Parameters>::G1Parameters: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,