fn from_uint(v: Self::Inner) -> Option<Self>[src]fn from_mont_uint(v: Self::Inner) -> Option<Self>[src]fn from_uint_unchecked(v: Self::Inner) -> Self[src]fn from_mont_uint_unchecked(v: Self::Inner) -> Self[src]fn to_uint(&self) -> Self::Inner[src]fn to_mont_uint(&self) -> Self::Inner[src]fn as_mont_uint(&self) -> &Self::Inner[src]fn as_mont_uint_mut(&mut self) -> &mut Self::Inner[src]fn to_other<Fq: PrimeField>(&self) -> Option<Fq>[src]fn to_other_reduced<Fq: PrimeField>(&self) -> Fq[src]