pub enum FECColumnOutput {
XR(usize),
YR(usize),
}
Expand description
FEC ADD outputs: one point, each in 17 limb output format.
Variants§
Trait Implementations§
Source§impl Clone for FECColumnOutput
impl Clone for FECColumnOutput
Source§fn clone(&self) -> FECColumnOutput
fn clone(&self) -> FECColumnOutput
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 FECColumnOutput
impl ColumnIndexer<usize> for FECColumnOutput
Source§impl Debug for FECColumnOutput
impl Debug for FECColumnOutput
Source§impl Ord for FECColumnOutput
impl Ord for FECColumnOutput
Source§fn cmp(&self, other: &FECColumnOutput) -> Ordering
fn cmp(&self, other: &FECColumnOutput) -> 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 FECColumnOutput
impl PartialEq for FECColumnOutput
Source§impl PartialOrd for FECColumnOutput
impl PartialOrd for FECColumnOutput
impl Copy for FECColumnOutput
impl Eq for FECColumnOutput
impl StructuralPartialEq for FECColumnOutput
Auto Trait Implementations§
impl Freeze for FECColumnOutput
impl RefUnwindSafe for FECColumnOutput
impl Send for FECColumnOutput
impl Sync for FECColumnOutput
impl Unpin for FECColumnOutput
impl UnwindSafe for FECColumnOutput
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