Struct snarkvm_curves::bls12_377::Fq12Parameters
source · pub struct Fq12Parameters;
Trait Implementations
sourceimpl Clone for Fq12Parameters
impl Clone for Fq12Parameters
sourcefn clone(&self) -> Fq12Parameters
fn clone(&self) -> Fq12Parameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Fp12Parameters for Fq12Parameters
impl Fp12Parameters for Fq12Parameters
type Fp6Params = Fq6Parameters
sourceconst FROBENIUS_COEFF_FP12_C1: [Fq2; 12] = _
const FROBENIUS_COEFF_FP12_C1: [Fq2; 12] = _
Coefficients for the Frobenius automorphism.
impl Copy for Fq12Parameters
Auto Trait Implementations
impl RefUnwindSafe for Fq12Parameters
impl Send for Fq12Parameters
impl Sync for Fq12Parameters
impl Unpin for Fq12Parameters
impl UnwindSafe for Fq12Parameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more