Enum kimchi_msm::fec::columns::FECColumnOutput
source · 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 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 FECColumnOutput
impl ColumnIndexer 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<FECColumnOutput> for FECColumnOutput
impl PartialEq<FECColumnOutput> for FECColumnOutput
source§fn eq(&self, other: &FECColumnOutput) -> bool
fn eq(&self, other: &FECColumnOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FECColumnOutput> for FECColumnOutput
impl PartialOrd<FECColumnOutput> for FECColumnOutput
source§fn partial_cmp(&self, other: &FECColumnOutput) -> Option<Ordering>
fn partial_cmp(&self, other: &FECColumnOutput) -> 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 FECColumnOutput
impl Eq for FECColumnOutput
impl StructuralEq for FECColumnOutput
impl StructuralPartialEq for FECColumnOutput
Auto Trait Implementations§
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
§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