pub struct AuxTraceWithMetadata<E: FieldElement> {
pub aux_trace: ColMatrix<E>,
pub aux_rand_elements: AuxRandElements<E>,
}Expand description
Holds the auxiliary trace, the random elements used when generating the auxiliary trace.
Fields§
§aux_trace: ColMatrix<E>§aux_rand_elements: AuxRandElements<E>Auto Trait Implementations§
impl<E> Freeze for AuxTraceWithMetadata<E>
impl<E> RefUnwindSafe for AuxTraceWithMetadata<E>where
E: RefUnwindSafe,
impl<E> Send for AuxTraceWithMetadata<E>
impl<E> Sync for AuxTraceWithMetadata<E>
impl<E> Unpin for AuxTraceWithMetadata<E>where
E: Unpin,
impl<E> UnwindSafe for AuxTraceWithMetadata<E>where
E: 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