Enum kimchi_msm::fec::columns::FECColumnInput
source · pub enum FECColumnInput {
XP(usize),
YP(usize),
XQ(usize),
YQ(usize),
}
Expand description
FEC ADD inputs: two points = four coordinates, and each in 4 “large format” limbs.
Variants§
Trait Implementations§
source§impl Clone for FECColumnInput
impl Clone for FECColumnInput
source§fn clone(&self) -> FECColumnInput
fn clone(&self) -> FECColumnInput
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 FECColumnInput
impl ColumnIndexer for FECColumnInput
source§impl Debug for FECColumnInput
impl Debug for FECColumnInput
source§impl Ord for FECColumnInput
impl Ord for FECColumnInput
source§fn cmp(&self, other: &FECColumnInput) -> Ordering
fn cmp(&self, other: &FECColumnInput) -> 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<FECColumnInput> for FECColumnInput
impl PartialEq<FECColumnInput> for FECColumnInput
source§fn eq(&self, other: &FECColumnInput) -> bool
fn eq(&self, other: &FECColumnInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FECColumnInput> for FECColumnInput
impl PartialOrd<FECColumnInput> for FECColumnInput
source§fn partial_cmp(&self, other: &FECColumnInput) -> Option<Ordering>
fn partial_cmp(&self, other: &FECColumnInput) -> 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 FECColumnInput
impl Eq for FECColumnInput
impl StructuralEq for FECColumnInput
impl StructuralPartialEq for FECColumnInput
Auto Trait Implementations§
impl RefUnwindSafe for FECColumnInput
impl Send for FECColumnInput
impl Sync for FECColumnInput
impl Unpin for FECColumnInput
impl UnwindSafe for FECColumnInput
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