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§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§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§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