Struct ivc::expr_eval::GenericVecStructure
source · pub struct GenericVecStructure<G: KimchiCurve>(pub Vec<Vec<G::ScalarField>>);
Expand description
Generic structure containing column vectors.
Tuple Fields§
§0: Vec<Vec<G::ScalarField>>
Trait Implementations§
Auto Trait Implementations§
impl<G> RefUnwindSafe for GenericVecStructure<G>where <G as AffineRepr>::ScalarField: RefUnwindSafe,
impl<G> Send for GenericVecStructure<G>
impl<G> Sync for GenericVecStructure<G>
impl<G> Unpin for GenericVecStructure<G>where <G as AffineRepr>::ScalarField: Unpin,
impl<G> UnwindSafe for GenericVecStructure<G>where <G as AffineRepr>::ScalarField: 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