pub type FqPoint<F> = FieldVector<FpPoint<F>>;
Aliased Type§
struct FqPoint<F>(pub Vec<ProperCrtUint<F>>);
Fields§
§0: Vec<ProperCrtUint<F>>
Trait Implementations
Source§impl<T> AsRef<[T]> for FieldVector<T>
impl<T> AsRef<[T]> for FieldVector<T>
Source§impl<T: Clone> Clone for FieldVector<T>
impl<T: Clone> Clone for FieldVector<T>
Source§fn clone(&self) -> FieldVector<T>
fn clone(&self) -> FieldVector<T>
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 moreSource§impl<T: Debug> Debug for FieldVector<T>
impl<T: Debug> Debug for FieldVector<T>
Source§impl<'a, T: Clone, U: From<T>> From<&'a FieldVector<T>> for FieldVector<U>
impl<'a, T: Clone, U: From<T>> From<&'a FieldVector<T>> for FieldVector<U>
Source§fn from(other: &'a FieldVector<T>) -> Self
fn from(other: &'a FieldVector<T>) -> Self
Converts to this type from the input type.
Source§impl<T, Fp> From<FieldVector<Reduced<T, Fp>>> for FieldVector<T>
impl<T, Fp> From<FieldVector<Reduced<T, Fp>>> for FieldVector<T>
Source§fn from(value: FieldVector<Reduced<T, Fp>>) -> Self
fn from(value: FieldVector<Reduced<T, Fp>>) -> Self
Converts to this type from the input type.