Struct r1cs_file::Constraint [−][src]
Fields
combinations: [Vec<(FieldElement<FS>, u32)>; 3]
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<const FS: usize> RefUnwindSafe for Constraint<FS>
impl<const FS: usize> Send for Constraint<FS>
impl<const FS: usize> Sync for Constraint<FS>
impl<const FS: usize> Unpin for Constraint<FS>
impl<const FS: usize> UnwindSafe for Constraint<FS>