pub struct Fp2AddSubAssignCols<T, P: FpOpField> {
pub is_real: T,
pub shard: T,
pub clk: T,
pub is_add: T,
pub x_ptr: T,
pub y_ptr: T,
pub x_access: GenericArray<MemoryWriteCols<T>, P::WordsCurvePoint>,
pub y_access: GenericArray<MemoryReadCols<T>, P::WordsCurvePoint>,
/* private fields */
}Expand description
A set of columns for the Fp2AddSub operation.
Fields§
§is_real: T§shard: T§clk: T§is_add: T§x_ptr: T§y_ptr: T§x_access: GenericArray<MemoryWriteCols<T>, P::WordsCurvePoint>§y_access: GenericArray<MemoryReadCols<T>, P::WordsCurvePoint>Trait Implementations§
Source§impl<T, P: FpOpField> Borrow<Fp2AddSubAssignCols<T, P>> for [T]
impl<T, P: FpOpField> Borrow<Fp2AddSubAssignCols<T, P>> for [T]
Source§fn borrow(&self) -> &Fp2AddSubAssignCols<T, P>
fn borrow(&self) -> &Fp2AddSubAssignCols<T, P>
Immutably borrows from an owned value. Read more
Source§impl<T, P: FpOpField> BorrowMut<Fp2AddSubAssignCols<T, P>> for [T]
impl<T, P: FpOpField> BorrowMut<Fp2AddSubAssignCols<T, P>> for [T]
Source§fn borrow_mut(&mut self) -> &mut Fp2AddSubAssignCols<T, P>
fn borrow_mut(&mut self) -> &mut Fp2AddSubAssignCols<T, P>
Mutably borrows from an owned value. Read more
Source§impl<T: Clone, P: Clone + FpOpField> Clone for Fp2AddSubAssignCols<T, P>where
P::WordsCurvePoint: Clone,
impl<T: Clone, P: Clone + FpOpField> Clone for Fp2AddSubAssignCols<T, P>where
P::WordsCurvePoint: Clone,
Source§fn clone(&self) -> Fp2AddSubAssignCols<T, P>
fn clone(&self) -> Fp2AddSubAssignCols<T, P>
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 moreAuto Trait Implementations§
impl<T, P> Freeze for Fp2AddSubAssignCols<T, P>where
T: Freeze,
<<P as NumWords>::WordsCurvePoint as ArrayLength>::ArrayType<MemoryWriteCols<T>>: Freeze,
<<P as NumWords>::WordsCurvePoint as ArrayLength>::ArrayType<MemoryReadCols<T>>: Freeze,
<<P as NumLimbs>::Limbs as ArrayLength>::ArrayType<T>: Freeze,
<<P as NumLimbs>::Witness as ArrayLength>::ArrayType<T>: Freeze,
impl<T, P> RefUnwindSafe for Fp2AddSubAssignCols<T, P>where
T: RefUnwindSafe,
<<P as NumWords>::WordsCurvePoint as ArrayLength>::ArrayType<MemoryWriteCols<T>>: RefUnwindSafe,
<<P as NumWords>::WordsCurvePoint as ArrayLength>::ArrayType<MemoryReadCols<T>>: RefUnwindSafe,
<<P as NumLimbs>::Limbs as ArrayLength>::ArrayType<T>: RefUnwindSafe,
<<P as NumLimbs>::Witness as ArrayLength>::ArrayType<T>: RefUnwindSafe,
impl<T, P> Send for Fp2AddSubAssignCols<T, P>where
T: Send,
impl<T, P> Sync for Fp2AddSubAssignCols<T, P>where
T: Sync,
impl<T, P> Unpin for Fp2AddSubAssignCols<T, P>where
T: Unpin,
<<P as NumWords>::WordsCurvePoint as ArrayLength>::ArrayType<MemoryWriteCols<T>>: Unpin,
<<P as NumWords>::WordsCurvePoint as ArrayLength>::ArrayType<MemoryReadCols<T>>: Unpin,
<<P as NumLimbs>::Limbs as ArrayLength>::ArrayType<T>: Unpin,
<<P as NumLimbs>::Witness as ArrayLength>::ArrayType<T>: Unpin,
impl<T, P> UnwindSafe for Fp2AddSubAssignCols<T, P>where
T: UnwindSafe,
<<P as NumWords>::WordsCurvePoint as ArrayLength>::ArrayType<MemoryWriteCols<T>>: UnwindSafe,
<<P as NumWords>::WordsCurvePoint as ArrayLength>::ArrayType<MemoryReadCols<T>>: UnwindSafe,
<<P as NumLimbs>::Limbs as ArrayLength>::ArrayType<T>: UnwindSafe,
<<P as NumLimbs>::Witness as ArrayLength>::ArrayType<T>: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more