Enum kimchi_msm::fec::columns::FECColumnInter
source · pub enum FECColumnInter {
}
Expand description
FEC ADD intermediate (work) columns.
Variants§
F(usize)
S(usize)
Q1(usize)
Q2(usize)
Q3(usize)
Q1Sign
Q2Sign
Q3Sign
Q1L(usize)
Q2L(usize)
Q3L(usize)
Carry1(usize)
Carry2(usize)
Carry3(usize)
Trait Implementations§
source§impl Clone for FECColumnInter
impl Clone for FECColumnInter
source§fn clone(&self) -> FECColumnInter
fn clone(&self) -> FECColumnInter
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 FECColumnInter
impl ColumnIndexer for FECColumnInter
source§impl Debug for FECColumnInter
impl Debug for FECColumnInter
source§impl Ord for FECColumnInter
impl Ord for FECColumnInter
source§fn cmp(&self, other: &FECColumnInter) -> Ordering
fn cmp(&self, other: &FECColumnInter) -> 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<FECColumnInter> for FECColumnInter
impl PartialEq<FECColumnInter> for FECColumnInter
source§fn eq(&self, other: &FECColumnInter) -> bool
fn eq(&self, other: &FECColumnInter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FECColumnInter> for FECColumnInter
impl PartialOrd<FECColumnInter> for FECColumnInter
source§fn partial_cmp(&self, other: &FECColumnInter) -> Option<Ordering>
fn partial_cmp(&self, other: &FECColumnInter) -> 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 FECColumnInter
impl Eq for FECColumnInter
impl StructuralEq for FECColumnInter
impl StructuralPartialEq for FECColumnInter
Auto Trait Implementations§
impl RefUnwindSafe for FECColumnInter
impl Send for FECColumnInter
impl Sync for FECColumnInter
impl Unpin for FECColumnInter
impl UnwindSafe for FECColumnInter
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