pub struct GateLookupTables {
pub xor: bool,
pub range_check: bool,
}
Expand description
Enumerates the different ‘fixed’ lookup tables used by individual gates
Fields§
§xor: bool
§range_check: bool
Trait Implementations§
source§impl Clone for GateLookupTables
impl Clone for GateLookupTables
source§fn clone(&self) -> GateLookupTables
fn clone(&self) -> GateLookupTables
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GateLookupTables
impl Debug for GateLookupTables
source§impl<'de> Deserialize<'de> for GateLookupTables
impl<'de> Deserialize<'de> for GateLookupTables
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for GateLookupTables
impl Hash for GateLookupTables
source§impl Index<GateLookupTable> for GateLookupTables
impl Index<GateLookupTable> for GateLookupTables
source§impl IndexMut<GateLookupTable> for GateLookupTables
impl IndexMut<GateLookupTable> for GateLookupTables
source§impl IntoIterator for GateLookupTables
impl IntoIterator for GateLookupTables
§type Item = GateLookupTable
type Item = GateLookupTable
The type of the elements being iterated over.
§type IntoIter = IntoIter<<GateLookupTables as IntoIterator>::Item, Global>
type IntoIter = IntoIter<<GateLookupTables as IntoIterator>::Item, Global>
Which kind of iterator are we turning this into?
source§impl PartialEq<GateLookupTables> for GateLookupTables
impl PartialEq<GateLookupTables> for GateLookupTables
source§fn eq(&self, other: &GateLookupTables) -> bool
fn eq(&self, other: &GateLookupTables) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GateLookupTables
impl Serialize for GateLookupTables
impl Copy for GateLookupTables
impl Eq for GateLookupTables
impl StructuralEq for GateLookupTables
impl StructuralPartialEq for GateLookupTables
Auto Trait Implementations§
impl RefUnwindSafe for GateLookupTables
impl Send for GateLookupTables
impl Sync for GateLookupTables
impl Unpin for GateLookupTables
impl UnwindSafe for GateLookupTables
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more