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 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 ColumnIndexer<usize> for FECColumnInter
impl ColumnIndexer<usize> 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 for FECColumnInter
impl PartialEq for FECColumnInter
Source§impl PartialOrd for FECColumnInter
impl PartialOrd for FECColumnInter
impl Copy for FECColumnInter
impl Eq for FECColumnInter
impl StructuralPartialEq for FECColumnInter
Auto Trait Implementations§
impl Freeze for FECColumnInter
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
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