Struct snarkvm_circuit::R1CS
source · pub struct R1CS<F>where
F: PrimeField,{ /* private fields */ }
Trait Implementations
sourceimpl<F> Debug for R1CS<F>where
F: Debug + PrimeField,
impl<F> Debug for R1CS<F>where
F: Debug + PrimeField,
sourceimpl<F> Display for R1CS<F>where
F: PrimeField,
impl<F> Display for R1CS<F>where
F: PrimeField,
sourceimpl<F> From<R1CS<F>> for Assignment<F>where
F: PrimeField,
impl<F> From<R1CS<F>> for Assignment<F>where
F: PrimeField,
sourcefn from(r1cs: R1CS<F>) -> Assignment<F>
fn from(r1cs: R1CS<F>) -> Assignment<F>
Converts an R1CS to an assignment.
Auto Trait Implementations
impl<F> RefUnwindSafe for R1CS<F>where
F: RefUnwindSafe,
impl<F> !Send for R1CS<F>
impl<F> !Sync for R1CS<F>
impl<F> Unpin for R1CS<F>where
F: Unpin,
impl<F> UnwindSafe for R1CS<F>where
F: UnwindSafe + RefUnwindSafe,
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