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 duplicate 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
Source§impl PartialEq for GateLookupTables
impl PartialEq for GateLookupTables
Source§impl Serialize for GateLookupTables
impl Serialize for GateLookupTables
impl Copy for GateLookupTables
impl Eq for GateLookupTables
impl StructuralPartialEq for GateLookupTables
Auto Trait Implementations§
impl Freeze for GateLookupTables
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more