Struct snarkvm_circuit::helpers::R1CS
source · pub struct R1CS<F>where
F: PrimeField,{ /* private fields */ }
Trait Implementations§
source§impl<F> Display for R1CS<F>where
F: PrimeField,
impl<F> Display for R1CS<F>where F: PrimeField,
source§impl<F> From<R1CS<F>> for Assignment<F>where
F: PrimeField,
impl<F> From<R1CS<F>> for Assignment<F>where F: PrimeField,
source§fn 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more