Enum kimchi_msm::fec::columns::FECColumn
source · pub enum FECColumn {
Input(FECColumnInput),
Output(FECColumnOutput),
Inter(FECColumnInter),
}
Expand description
Columns used by the FEC Addition subcircuit.
Variants§
Trait Implementations§
source§impl ColumnIndexer for FECColumn
impl ColumnIndexer for FECColumn
source§impl Ord for FECColumn
impl Ord for FECColumn
source§impl PartialEq<FECColumn> for FECColumn
impl PartialEq<FECColumn> for FECColumn
source§impl PartialOrd<FECColumn> for FECColumn
impl PartialOrd<FECColumn> for FECColumn
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for FECColumn
impl Eq for FECColumn
impl StructuralEq for FECColumn
impl StructuralPartialEq for FECColumn
Auto Trait Implementations§
impl RefUnwindSafe for FECColumn
impl Send for FECColumn
impl Sync for FECColumn
impl Unpin for FECColumn
impl UnwindSafe for FECColumn
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