Enum kimchi_msm::test::test_circuit::columns::TestColumn
source · pub enum TestColumn {
A(usize),
B(usize),
C(usize),
D(usize),
FixedSel1,
FixedSel2,
FixedSel3,
}
Expand description
Test column indexer.
Variants§
Trait Implementations§
source§impl Clone for TestColumn
impl Clone for TestColumn
source§fn clone(&self) -> TestColumn
fn clone(&self) -> TestColumn
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 ColumnIndexer for TestColumn
impl ColumnIndexer for TestColumn
source§impl Debug for TestColumn
impl Debug for TestColumn
source§impl Ord for TestColumn
impl Ord for TestColumn
source§fn cmp(&self, other: &TestColumn) -> Ordering
fn cmp(&self, other: &TestColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<TestColumn> for TestColumn
impl PartialEq<TestColumn> for TestColumn
source§fn eq(&self, other: &TestColumn) -> bool
fn eq(&self, other: &TestColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TestColumn> for TestColumn
impl PartialOrd<TestColumn> for TestColumn
source§fn partial_cmp(&self, other: &TestColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &TestColumn) -> Option<Ordering>
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 TestColumn
impl Eq for TestColumn
impl StructuralEq for TestColumn
impl StructuralPartialEq for TestColumn
Auto Trait Implementations§
impl RefUnwindSafe for TestColumn
impl Send for TestColumn
impl Sync for TestColumn
impl Unpin for TestColumn
impl UnwindSafe for TestColumn
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