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