pub struct NapiFqPointEvaluations {
pub zeta: NapiVector<NapiPastaFq>,
pub zeta_omega: NapiVector<NapiPastaFq>,
}Fields§
§zeta: NapiVector<NapiPastaFq>§zeta_omega: NapiVector<NapiPastaFq>Trait Implementations§
Source§impl Clone for NapiFqPointEvaluations
impl Clone for NapiFqPointEvaluations
Source§fn clone(&self) -> NapiFqPointEvaluations
fn clone(&self) -> NapiFqPointEvaluations
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 moreSource§impl From<&PointEvaluations<Vec<Fp<MontBackend<FrConfig, 4>, 4>>>> for NapiFqPointEvaluations
impl From<&PointEvaluations<Vec<Fp<MontBackend<FrConfig, 4>, 4>>>> for NapiFqPointEvaluations
Source§impl FromNapiValue for NapiFqPointEvaluations
impl FromNapiValue for NapiFqPointEvaluations
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFqPointEvaluations>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFqPointEvaluations>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for NapiFqPointEvaluations
impl ToNapiValue for NapiFqPointEvaluations
Source§unsafe fn to_napi_value(
env: napi_env,
val: NapiFqPointEvaluations,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: NapiFqPointEvaluations, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFqPointEvaluations
impl TypeName for NapiFqPointEvaluations
Auto Trait Implementations§
impl Freeze for NapiFqPointEvaluations
impl RefUnwindSafe for NapiFqPointEvaluations
impl Send for NapiFqPointEvaluations
impl Sync for NapiFqPointEvaluations
impl Unpin for NapiFqPointEvaluations
impl UnsafeUnpin for NapiFqPointEvaluations
impl UnwindSafe for NapiFqPointEvaluations
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