Struct poseidon_parameters::ArcMatrix
source · pub struct ArcMatrix<F: PrimeField>(pub Matrix<F>);
Expand description
Represents an matrix of round constants.
Tuple Fields§
§0: Matrix<F>
Trait Implementations§
source§impl<F: PrimeField> MatrixOperations<F> for ArcMatrix<F>
impl<F: PrimeField> MatrixOperations<F> for ArcMatrix<F>
source§impl<F: PartialEq + PrimeField> PartialEq<ArcMatrix<F>> for ArcMatrix<F>
impl<F: PartialEq + PrimeField> PartialEq<ArcMatrix<F>> for ArcMatrix<F>
impl<F: Eq + PrimeField> Eq for ArcMatrix<F>
impl<F: PrimeField> StructuralEq for ArcMatrix<F>
impl<F: PrimeField> StructuralPartialEq for ArcMatrix<F>
Auto Trait Implementations§
impl<F> RefUnwindSafe for ArcMatrix<F>where F: RefUnwindSafe,
impl<F> Send for ArcMatrix<F>
impl<F> Sync for ArcMatrix<F>
impl<F> Unpin for ArcMatrix<F>where F: Unpin,
impl<F> UnwindSafe for ArcMatrix<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