Struct kimchi::snarky::folding::ForeignElement
source · pub struct ForeignElement<F>(_);
Expand description
Represents an element of the other curve’s field. As the other field can have a higher order, it could require more than one limbs. We suppose the other field values can be encoded on two limbs.
Trait Implementations§
source§impl<F: Clone> Clone for ForeignElement<F>
impl<F: Clone> Clone for ForeignElement<F>
source§fn clone(&self) -> ForeignElement<F>
fn clone(&self) -> ForeignElement<F>
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 moreAuto Trait Implementations§
impl<F> RefUnwindSafe for ForeignElement<F>where F: RefUnwindSafe,
impl<F> Send for ForeignElement<F>where F: Send,
impl<F> Sync for ForeignElement<F>where F: Sync,
impl<F> Unpin for ForeignElement<F>where F: Unpin,
impl<F> UnwindSafe for ForeignElement<F>where F: UnwindSafe,
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