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